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 METERED
or UNMETERED
. For more information about metered devices, see AWS Device Farm terminology (https://docs.aws.amazon.com/devicefarm/latest/developerguide/welcome.html#welcome-terminology).
ClientId => Str
Unique identifier of your client for the remote access session. Only returned if remote debugging is enabled for the remote access session.
Remote debugging is no longer supported (https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html).
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 session (including setup and teardown minutes).
DeviceUdid => Str
Unique device identifier for the remote device. Only returned if remote debugging is enabled for the remote access session.
Remote debugging is no longer supported (https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html).
Endpoint => Str
The endpoint for the remote access sesssion.
HostAddress => Str
IP address of the EC2 host where you need to connect to remotely debug devices. Only returned if remote debugging is enabled for the remote access session.
Remote debugging is no longer supported (https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html).
InstanceArn => Str
The ARN of the instance.
InteractionMode => Str
The interaction mode of the remote access session. Valid values are:
INTERACTIVE: You can interact with the iOS device by viewing, touching, and rotating the screen. You cannot run XCUITest framework-based tests in this mode.
NO_VIDEO: You are connected to the device, but cannot interact with it or view the screen. This mode has the fastest test execution speed. You can run XCUITest framework-based tests in this mode.
VIDEO_ONLY: You can view the screen, but cannot touch or rotate it. You can run XCUITest framework-based tests and watch the screen in this mode.
Message => Str
A message about the remote access session.
Name => Str
The name of the remote access session.
RemoteDebugEnabled => Bool
This flag is set to true
if remote debugging is enabled for the remote access session.
Remote debugging is no longer supported (https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html).
RemoteRecordAppArn => Str
The ARN for the app to be recorded in the remote access session.
RemoteRecordEnabled => Bool
This flag is set to true
if remote recording is enabled for the remote access session.
Result => Str
The result of the remote access session. Can be any of the following:
PENDING.
PASSED.
WARNED.
FAILED.
SKIPPED.
ERRORED.
STOPPED.
SkipAppResign => Bool
When set to true
, for private devices, Device Farm does not sign your app again. For public devices, Device Farm always signs your apps again.
For more information about how Device Farm re-signs your apps, see Do you modify my app? (https://aws.amazon.com/device-farm/faq/) in the AWS Device Farm FAQs.
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.
PENDING_CONCURRENCY.
PENDING_DEVICE.
PROCESSING.
SCHEDULING.
PREPARING.
RUNNING.
COMPLETED.
STOPPING.
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