Class: Aws::IoTFleetWise::Types::GetDecoderManifestRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 retrieve information about.

Returns:

  • (String)


1943
1944
1945
1946
1947
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1943

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