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)


1557
1558
1559
1560
1561
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1557

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