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)


2521
2522
2523
2524
2525
2526
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2521

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

#nameString

The name of the imported decoder manifest.

Returns:

  • (String)


2521
2522
2523
2524
2525
2526
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2521

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