Class: Aws::Types::Message
- Inherits:
-
Object
- Object
- Aws::Types::Message
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#content_type ⇒ "CustomPayload", ...
Returns the value of attribute content_type.
-
#image_response_card ⇒ Types::ImageResponseCard
Returns the value of attribute image_response_card.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
198 199 200 |
# File 'sig/types.rbs', line 198 def content @content end |
#content_type ⇒ "CustomPayload", ...
Returns the value of attribute content_type.
199 200 201 |
# File 'sig/types.rbs', line 199 def content_type @content_type end |
#image_response_card ⇒ Types::ImageResponseCard
Returns the value of attribute image_response_card.
200 201 202 |
# File 'sig/types.rbs', line 200 def image_response_card @image_response_card end |