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

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

#arnString

The Amazon Resource Name (ARN) of the decoder manifest that was imported.

Returns:

  • (String)


2512
2513
2514
2515
2516
2517
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2512

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

#nameString

The name of the imported decoder manifest.

Returns:

  • (String)


2512
2513
2514
2515
2516
2517
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2512

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