Class: Aws::IoTFleetWise::Types::CustomDecodingSignal
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::CustomDecodingSignal
- Includes:
- Structure
- Defined in:
- 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*.
[1]: docs.aws.amazon.com/iot-fleetwise/latest/developerguide/fleetwise-regions.html
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 'lib/aws-sdk-iotfleetwise/types.rb', line 1211 class CustomDecodingSignal < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |