Class: Aws::Types::Message
- Inherits:
-
Object
- Object
- Aws::Types::Message
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_payload ⇒ Types::CustomPayload
Returns the value of attribute custom_payload.
-
#image_response_card ⇒ Types::ImageResponseCard
Returns the value of attribute image_response_card.
-
#plain_text_message ⇒ Types::PlainTextMessage
Returns the value of attribute plain_text_message.
-
#ssml_message ⇒ Types::SSMLMessage
Returns the value of attribute ssml_message.
Instance Attribute Details
#custom_payload ⇒ Types::CustomPayload
Returns the value of attribute custom_payload.
2659 2660 2661 |
# File 'sig/types.rbs', line 2659 def custom_payload @custom_payload end |
#image_response_card ⇒ Types::ImageResponseCard
Returns the value of attribute image_response_card.
2661 2662 2663 |
# File 'sig/types.rbs', line 2661 def image_response_card @image_response_card end |
#plain_text_message ⇒ Types::PlainTextMessage
Returns the value of attribute plain_text_message.
2658 2659 2660 |
# File 'sig/types.rbs', line 2658 def @plain_text_message end |
#ssml_message ⇒ Types::SSMLMessage
Returns the value of attribute ssml_message.
2660 2661 2662 |
# File 'sig/types.rbs', line 2660 def @ssml_message end |