Class: Aws::IoTFleetWise::Types::GetDecoderManifestRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::GetDecoderManifestRequest
- 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 retrieve information about.
Instance Attribute Details
#name ⇒ String
The name of the decoder manifest to retrieve information about.
1590 1591 1592 1593 1594 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1590 class GetDecoderManifestRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |