Class: Aws::Types::PrimitiveMessageDefinition
- Inherits:
-
Object
- Object
- Aws::Types::PrimitiveMessageDefinition
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Ros2PrimitiveMessageDefinition, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ros2_primitive_message_definition ⇒ Types::ROS2PrimitiveMessageDefinition
Returns the value of attribute ros2_primitive_message_definition.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#ros2_primitive_message_definition ⇒ Types::ROS2PrimitiveMessageDefinition
Returns the value of attribute ros2_primitive_message_definition.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def @ros2_primitive_message_definition end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def unknown @unknown end |