NAME
Paws::DeviceFarm::RemoteAccessSession
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::DeviceFarm::RemoteAccessSession object:
$service_obj->Method(Att1 => { Arn => $value, ..., Stopped => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::DeviceFarm::RemoteAccessSession object:
$result = $service_obj->Method(...);
$result->Att1->Arn
DESCRIPTION
Represents information about the remote access session.
ATTRIBUTES
Arn => Str
The Amazon Resource Name (ARN) of the remote access session.
BillingMethod => Str
The billing method of the remote access session. Possible values
include C<METERED> or C<UNMETERED>. For more information about metered
devices, see AWS Device Farm terminology."
Created => Str
The date and time the remote access session was created.
Device => Paws::DeviceFarm::Device
The device (phone or tablet) used in the remote access session.
DeviceMinutes => Paws::DeviceFarm::DeviceMinutes
The number of minutes a device is used in a remote access sesssion
(including setup and teardown minutes).
Endpoint => Str
The endpoint for the remote access sesssion.
Message => Str
A message about the remote access session.
Name => Str
The name of the remote access session.
Result => Str
The result of the remote access session. Can be any of the following:
PENDING: A pending condition.
PASSED: A passing condition.
WARNED: A warning condition.
FAILED: A failed condition.
SKIPPED: A skipped condition.
ERRORED: An error condition.
STOPPED: A stopped condition.
Started => Str
The date and time the remote access session was started.
Status => Str
The status of the remote access session. Can be any of the following:
PENDING: A pending status.
PENDING_CONCURRENCY: A pending concurrency status.
PENDING_DEVICE: A pending device status.
PROCESSING: A processing status.
SCHEDULING: A scheduling status.
PREPARING: A preparing status.
RUNNING: A running status.
COMPLETED: A completed status.
STOPPING: A stopping status.
Stopped => Str
The date and time the remote access session was stopped.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::DeviceFarm
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues