Class: Aws::Types::SendMessageResponse
- Inherits:
-
Object
- Object
- Aws::Types::SendMessageResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::MessageConfiguration
Returns the value of attribute configuration.
-
#next_message_token ⇒ ::String
Returns the value of attribute next_message_token.
-
#request_message_id ⇒ ::String
Returns the value of attribute request_message_id.
Instance Attribute Details
#configuration ⇒ Types::MessageConfiguration
Returns the value of attribute configuration.
2773 2774 2775 |
# File 'sig/types.rbs', line 2773 def configuration @configuration end |
#next_message_token ⇒ ::String
Returns the value of attribute next_message_token.
2774 2775 2776 |
# File 'sig/types.rbs', line 2774 def @next_message_token end |
#request_message_id ⇒ ::String
Returns the value of attribute request_message_id.
2772 2773 2774 |
# File 'sig/types.rbs', line 2772 def @request_message_id end |