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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#app_arnString

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

Returns:

  • (String)


2338
2339
2340
2341
2342
2343
# File 'lib/aws-sdk-devicefarm/types.rb', line 2338

class InstallToRemoteAccessSessionRequest < Struct.new(
  :remote_access_session_arn,
  :app_arn)
  SENSITIVE = []
  include Aws::Structure
end

#remote_access_session_arnString

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

Returns:

  • (String)


2338
2339
2340
2341
2342
2343
# File 'lib/aws-sdk-devicefarm/types.rb', line 2338

class InstallToRemoteAccessSessionRequest < Struct.new(
  :remote_access_session_arn,
  :app_arn)
  SENSITIVE = []
  include Aws::Structure
end