Class: Aws::IoTFleetWise::Types::ImportDecoderManifestResponse

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 Amazon Resource Name (ARN) of the decoder manifest that was imported.

Returns:

  • (String)


2078
2079
2080
2081
2082
2083
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2078

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

#nameString

The name of the imported decoder manifest.

Returns:

  • (String)


2078
2079
2080
2081
2082
2083
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2078

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