Class: Aws::DeviceFarm::Types::DeleteUploadRequest

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

Instance Attribute Details

#arnString

Represents the Amazon Resource Name (ARN) of the Device Farm upload to delete.



1026
1027
1028
1029
1030
# File 'lib/aws-sdk-devicefarm/types.rb', line 1026

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