Class: Aws::DeviceFarm::Types::GetUploadResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::GetUploadResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Represents the result of a get upload request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#upload ⇒ Types::Upload
An app or a set of one or more tests to upload or that have been uploaded.
Instance Attribute Details
#upload ⇒ Types::Upload
An app or a set of one or more tests to upload or that have been uploaded.
2211 2212 2213 2214 2215 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2211 class GetUploadResult < Struct.new( :upload) SENSITIVE = [] include Aws::Structure end |