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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/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)


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