Class: Aws::IoTFleetWise::Types::DeleteDecoderManifestRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::DeleteDecoderManifestRequest
- Defined in:
- gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the decoder manifest to delete.
Instance Attribute Details
#name ⇒ String
The name of the decoder manifest to delete.
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 |