Class: Aws::IoTFleetWise::Types::DeleteDecoderManifestRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotfleetwise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the decoder manifest to delete.

Returns:

  • (String)


1248
1249
1250
1251
1252
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1248

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