Class: Aws::IoTFleetWise::Types::CustomDecodingSignal
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::CustomDecodingSignal
- Defined in:
- gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb
Overview
Information about signals using a custom decoding protocol as defined by the customer.
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the signal.
Instance Attribute Details
#id ⇒ String
The ID of the signal.
1211 1212 1213 1214 1215 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1211 class CustomDecodingSignal < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |