Class: Aws::IoTFleetWise::Types::ImportDecoderManifestResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::ImportDecoderManifestResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the decoder manifest that was imported.
-
#name ⇒ String
The name of the imported decoder manifest.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the decoder manifest that was imported.
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 |
#name ⇒ String
The name of the imported decoder manifest.
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 |