Class: Aws::IoTFleetWise::Types::UpdateDecoderManifestResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::UpdateDecoderManifestResponse
- 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 updated decoder manifest.
-
#name ⇒ String
The name of the updated decoder manifest.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the updated decoder manifest.
4843 4844 4845 4846 4847 4848 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4843 class UpdateDecoderManifestResponse < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the updated decoder manifest.
4843 4844 4845 4846 4847 4848 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4843 class UpdateDecoderManifestResponse < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |