Method: Aws::DeviceFarm::Types::GetUploadRequest#arn
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
#arn ⇒ String
The upload’s ARN.
2216 2217 2218 2219 2220 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2216 class GetUploadRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |