Class: Aws::Types::StructuredMessage
- Inherits:
-
Object
- Object
- Aws::Types::StructuredMessage
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: PrimitiveMessageDefinition, StructuredMessageDefinition, StructuredMessageListDefinition, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#primitive_message_definition ⇒ Types::PrimitiveMessageDefinition
Returns the value of attribute primitive_message_definition.
-
#structured_message_definition ⇒ ::Array[Types::StructuredMessageFieldNameAndDataTypePair]
Returns the value of attribute structured_message_definition.
-
#structured_message_list_definition ⇒ Types::StructuredMessageListDefinition
Returns the value of attribute structured_message_list_definition.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#primitive_message_definition ⇒ Types::PrimitiveMessageDefinition
Returns the value of attribute primitive_message_definition.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def @primitive_message_definition end |
#structured_message_definition ⇒ ::Array[Types::StructuredMessageFieldNameAndDataTypePair]
Returns the value of attribute structured_message_definition.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def @structured_message_definition end |
#structured_message_list_definition ⇒ Types::StructuredMessageListDefinition
Returns the value of attribute structured_message_list_definition.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def @structured_message_list_definition end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def unknown @unknown end |