Class: Aws::IoTFleetWise::Types::CreateDecoderManifestRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::CreateDecoderManifestRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_for_unmapped_signals ⇒ String
Use default decoders for all unmapped signals in the model.
-
#description ⇒ String
A brief description of the decoder manifest.
-
#model_manifest_arn ⇒ String
The Amazon Resource Name (ARN) of the vehicle model (model manifest).
-
#name ⇒ String
The unique name of the decoder manifest to create.
-
#network_interfaces ⇒ Array<Types::NetworkInterface>
A list of information about available network interfaces.
-
#signal_decoders ⇒ Array<Types::SignalDecoder>
A list of information about signal decoders.
-
#tags ⇒ Array<Types::Tag>
Metadata that can be used to manage the decoder manifest.
Instance Attribute Details
#default_for_unmapped_signals ⇒ String
Use default decoders for all unmapped signals in the model. You don’t need to provide any detailed decoding information.
Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see [Amazon Web Services Region and feature availability] in the *Amazon Web Services IoT FleetWise Developer Guide*.
[1]: docs.aws.amazon.com/iot-fleetwise/latest/developerguide/fleetwise-regions.html
775 776 777 778 779 780 781 782 783 784 785 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 775 class CreateDecoderManifestRequest < Struct.new( :name, :description, :model_manifest_arn, :signal_decoders, :network_interfaces, :default_for_unmapped_signals, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A brief description of the decoder manifest.
775 776 777 778 779 780 781 782 783 784 785 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 775 class CreateDecoderManifestRequest < Struct.new( :name, :description, :model_manifest_arn, :signal_decoders, :network_interfaces, :default_for_unmapped_signals, :tags) SENSITIVE = [] include Aws::Structure end |
#model_manifest_arn ⇒ String
The Amazon Resource Name (ARN) of the vehicle model (model manifest).
775 776 777 778 779 780 781 782 783 784 785 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 775 class CreateDecoderManifestRequest < Struct.new( :name, :description, :model_manifest_arn, :signal_decoders, :network_interfaces, :default_for_unmapped_signals, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The unique name of the decoder manifest to create.
775 776 777 778 779 780 781 782 783 784 785 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 775 class CreateDecoderManifestRequest < Struct.new( :name, :description, :model_manifest_arn, :signal_decoders, :network_interfaces, :default_for_unmapped_signals, :tags) SENSITIVE = [] include Aws::Structure end |
#network_interfaces ⇒ Array<Types::NetworkInterface>
A list of information about available network interfaces.
775 776 777 778 779 780 781 782 783 784 785 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 775 class CreateDecoderManifestRequest < Struct.new( :name, :description, :model_manifest_arn, :signal_decoders, :network_interfaces, :default_for_unmapped_signals, :tags) SENSITIVE = [] include Aws::Structure end |
#signal_decoders ⇒ Array<Types::SignalDecoder>
A list of information about signal decoders.
775 776 777 778 779 780 781 782 783 784 785 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 775 class CreateDecoderManifestRequest < Struct.new( :name, :description, :model_manifest_arn, :signal_decoders, :network_interfaces, :default_for_unmapped_signals, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Metadata that can be used to manage the decoder manifest.
775 776 777 778 779 780 781 782 783 784 785 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 775 class CreateDecoderManifestRequest < Struct.new( :name, :description, :model_manifest_arn, :signal_decoders, :network_interfaces, :default_for_unmapped_signals, :tags) SENSITIVE = [] include Aws::Structure end |