Class: Aws::DeviceFarm::Types::GetUploadRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::GetUploadRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Represents a request to the get upload operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The upload’s ARN.
Instance Attribute Details
#arn ⇒ String
The upload’s ARN.
2196 2197 2198 2199 2200 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2196 class GetUploadRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |