class Aws::DeviceFarm::Types::InstallToRemoteAccessSessionRequest
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.
@note When making an API call, you may pass InstallToRemoteAccessSessionRequest
data as a hash: { remote_access_session_arn: "AmazonResourceName", # required app_arn: "AmazonResourceName", # required }
@!attribute [rw] remote_access_session_arn
The Amazon Resource Name (ARN) of the remote access session about which you are requesting information. @return [String]
@!attribute [rw] app_arn
The ARN of the app about which you are requesting information. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/InstallToRemoteAccessSessionRequest AWS API Documentation
Constants
- SENSITIVE