Class: Aws::IoTFleetWise::Types::CustomDecodingSignal

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idString

The ID of the signal.

Returns:

  • (String)


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