Class: Aws::IoTFleetWise::Types::CreateDecoderManifestResponse

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

#arnString

The ARN of the created decoder manifest.

Returns:

  • (String)


745
746
747
748
749
750
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 745

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

#nameString

The name of the created decoder manifest.

Returns:

  • (String)


745
746
747
748
749
750
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 745

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