Class: Aws::DeviceFarm::Types::GetUploadResult

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

Instance Attribute Details

#uploadTypes::Upload

An app or a set of one or more tests to upload or that have been uploaded.

Returns:



2211
2212
2213
2214
2215
# File 'lib/aws-sdk-devicefarm/types.rb', line 2211

class GetUploadResult < Struct.new(
  :upload)
  SENSITIVE = []
  include Aws::Structure
end