You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DeviceFarm::Types::InstallToRemoteAccessSessionRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing InstallToRemoteAccessSessionRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  remote_access_session_arn: "AmazonResourceName", # required
  app_arn: "AmazonResourceName", # required
}

Represents the request to install an Android application (in .apk format) or an iOS application (in .ipa format) as part of a remote access session.

Instance Attribute Summary collapse

Instance Attribute Details

#app_arnString

The ARN of the app about which you are requesting information.

Returns:

  • (String)

    The ARN of the app about which you are requesting information.

#remote_access_session_arnString

The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.