RemoteAccessSession

Represents information about the remote access session.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the remote access session.

Link copied to clipboard

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.

Link copied to clipboard

Unique identifier of your client for the remote access session. Only returned if remote debugging is enabled for the remote access session.

Link copied to clipboard

The date and time the remote access session was created.

Link copied to clipboard

The device (phone or tablet) used in the remote access session.

Link copied to clipboard

The number of minutes a device is used in a remote access session (including setup and teardown minutes).

Link copied to clipboard

The device proxy configured for the remote access session.

Link copied to clipboard

Unique device identifier for the remote device. Only returned if remote debugging is enabled for the remote access session.

Link copied to clipboard

The endpoint for the remote access sesssion.

Link copied to clipboard

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.

Link copied to clipboard

The ARN of the instance.

Link copied to clipboard

The interaction mode of the remote access session. Valid values are:

Link copied to clipboard

A message about the remote access session.

Link copied to clipboard
val name: String?

The name of the remote access session.

Link copied to clipboard

This flag is set to true if remote debugging is enabled for the remote access session.

Link copied to clipboard

The ARN for the app to be recorded in the remote access session.

Link copied to clipboard

This flag is set to true if remote recording is enabled for the remote access session.

Link copied to clipboard

The result of the remote access session. Can be any of the following:

Link copied to clipboard

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.

Link copied to clipboard

The date and time the remote access session was started.

Link copied to clipboard

The status of the remote access session. Can be any of the following:

Link copied to clipboard

The date and time the remote access session was stopped.

Link copied to clipboard

The VPC security groups and subnets that are attached to a project.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String