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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/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 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1248

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