Class: Aws::IoTFleetWise::Types::DeleteDecoderManifestRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::DeleteDecoderManifestRequest
- Includes:
- Structure
- Defined in:
- 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.
1557 1558 1559 1560 1561 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1557 class DeleteDecoderManifestRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |