Class: Aws::IoTFleetWise::Types::MessageSignal

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb

Overview

The decoding information for a specific message which support higher order data types.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#structured_messageTypes::StructuredMessage

The structured message for the message signal. It can be defined with either a primitiveMessageDefinition, structuredMessageListDefinition, or structuredMessageDefinition recursively.



2801
2802
2803
2804
2805
2806
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2801

class MessageSignal < Struct.new(
  :topic_name,
  :structured_message)
  SENSITIVE = []
  include Aws::Structure
end

#topic_nameString

The topic name for the message signal. It corresponds to topics in ROS 2.

Returns:

  • (String)


2801
2802
2803
2804
2805
2806
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2801

class MessageSignal < Struct.new(
  :topic_name,
  :structured_message)
  SENSITIVE = []
  include Aws::Structure
end