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.
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 |
#name ⇒ String
The name of the imported decoder manifest.
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 |