class Aws::DeviceFarm::Types::RemoteAccessSession
Represents information about the remote access session.
@!attribute [rw] arn
The Amazon Resource Name (ARN) of the remote access session. @return [String]
@!attribute [rw] name
The name of the remote access session. @return [String]
@!attribute [rw] created
The date and time the remote access session was created. @return [Time]
@!attribute [rw] status
The status of the remote access session. Can be any of the following: * PENDING. * PENDING\_CONCURRENCY. * PENDING\_DEVICE. * PROCESSING. * SCHEDULING. * PREPARING. * RUNNING. * COMPLETED. * STOPPING. @return [String]
@!attribute [rw] result
The result of the remote access session. Can be any of the following: * PENDING. * PASSED. * WARNED. * FAILED. * SKIPPED. * ERRORED. * STOPPED. @return [String]
@!attribute [rw] message
A message about the remote access session. @return [String]
@!attribute [rw] started
The date and time the remote access session was started. @return [Time]
@!attribute [rw] stopped
The date and time the remote access session was stopped. @return [Time]
@!attribute [rw] device
The device (phone or tablet) used in the remote access session. @return [Types::Device]
@!attribute [rw] instance_arn
The ARN of the instance. @return [String]
@!attribute [rw] remote_debug_enabled
This flag is set to `true` if remote debugging is enabled for the remote access session. Remote debugging is [no longer supported][1]. [1]: https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html @return [Boolean]
@!attribute [rw] remote_record_enabled
This flag is set to `true` if remote recording is enabled for the remote access session. @return [Boolean]
@!attribute [rw] remote_record_app_arn
The ARN for the app to be recorded in the remote access session. @return [String]
@!attribute [rw] host_address
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][1]. [1]: https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html @return [String]
@!attribute [rw] client_id
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][1]. [1]: https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html @return [String]
@!attribute [rw] billing_method
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][1]. [1]: https://docs.aws.amazon.com/devicefarm/latest/developerguide/welcome.html#welcome-terminology @return [String]
@!attribute [rw] device_minutes
The number of minutes a device is used in a remote access session (including setup and teardown minutes). @return [Types::DeviceMinutes]
@!attribute [rw] endpoint
The endpoint for the remote access sesssion. @return [String]
@!attribute [rw] device_udid
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][1]. [1]: https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html @return [String]
@!attribute [rw] interaction_mode
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. @return [String]
@!attribute [rw] skip_app_resign
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?][1] in the *AWS Device Farm FAQs*. [1]: https://aws.amazon.com/device-farm/faq/ @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/RemoteAccessSession AWS API Documentation
Constants
- SENSITIVE