Class: Aws::DeviceFarm::Types::DeleteUploadRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::DeleteUploadRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Represents a request to the delete upload operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
Represents the Amazon Resource Name (ARN) of the Device Farm upload to delete.
Instance Attribute Details
#arn ⇒ String
Represents the Amazon Resource Name (ARN) of the Device Farm upload to delete.
1051 1052 1053 1054 1055 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 1051 class DeleteUploadRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |