Class: Aws::Types::SendMessageContext
- Inherits:
-
Object
- Object
- Aws::Types::SendMessageContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approval_action ⇒ Types::ApprovalAction
Returns the value of attribute approval_action.
-
#current_page ⇒ ::String
Returns the value of attribute current_page.
-
#last_message ⇒ ::String
Returns the value of attribute last_message.
-
#user_action_response ⇒ ::String
Returns the value of attribute user_action_response.
Instance Attribute Details
#approval_action ⇒ Types::ApprovalAction
Returns the value of attribute approval_action.
1631 1632 1633 |
# File 'sig/types.rbs', line 1631 def approval_action @approval_action end |
#current_page ⇒ ::String
Returns the value of attribute current_page.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def current_page @current_page end |
#last_message ⇒ ::String
Returns the value of attribute last_message.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def @last_message end |
#user_action_response ⇒ ::String
Returns the value of attribute user_action_response.
1630 1631 1632 |
# File 'sig/types.rbs', line 1630 def user_action_response @user_action_response end |