Class: Aws::Types::SendMessageContext

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approval_actionTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1629
1630
1631
# File 'sig/types.rbs', line 1629

def last_message
  @last_message
end

#user_action_response::String

Returns the value of attribute user_action_response.

Returns:

  • (::String)


1630
1631
1632
# File 'sig/types.rbs', line 1630

def user_action_response
  @user_action_response
end