Class: Aws::DeviceFarm::Types::InstallToRemoteAccessSessionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::InstallToRemoteAccessSessionResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Represents the response from the server after AWS Device Farm makes a request to install to a remote access session.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_upload ⇒ Types::Upload
An app to upload or that has been uploaded.
Instance Attribute Details
#app_upload ⇒ Types::Upload
An app to upload or that has been uploaded.
2321 2322 2323 2324 2325 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2321 class InstallToRemoteAccessSessionResult < Struct.new( :app_upload) SENSITIVE = [] include Aws::Structure end |