Class: Aws::Types::MessageSignal
- Inherits:
-
Object
- Object
- Aws::Types::MessageSignal
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#structured_message ⇒ Types::StructuredMessage
Returns the value of attribute structured_message.
-
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
Instance Attribute Details
#structured_message ⇒ Types::StructuredMessage
Returns the value of attribute structured_message.
953 954 955 |
# File 'sig/types.rbs', line 953 def @structured_message end |
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
952 953 954 |
# File 'sig/types.rbs', line 952 def topic_name @topic_name end |