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