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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/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:



2244
2245
2246
2247
2248
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2244

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