Class: Aws::DeviceFarm::Types::InstallToRemoteAccessSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::InstallToRemoteAccessSessionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_arn ⇒ String
The ARN of the app about which you are requesting information.
-
#remote_access_session_arn ⇒ String
The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.
Instance Attribute Details
#app_arn ⇒ String
The ARN of the app about which you are requesting information.
2305 2306 2307 2308 2309 2310 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2305 class InstallToRemoteAccessSessionRequest < Struct.new( :remote_access_session_arn, :app_arn) SENSITIVE = [] include Aws::Structure end |
#remote_access_session_arn ⇒ String
The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.
2305 2306 2307 2308 2309 2310 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2305 class InstallToRemoteAccessSessionRequest < Struct.new( :remote_access_session_arn, :app_arn) SENSITIVE = [] include Aws::Structure end |