Class: Aws::Types::SendMessageResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

  • (::String)


2774
2775
2776
# File 'sig/types.rbs', line 2774

def next_message_token
  @next_message_token
end

#request_message_id::String

Returns the value of attribute request_message_id.

Returns:

  • (::String)


2772
2773
2774
# File 'sig/types.rbs', line 2772

def request_message_id
  @request_message_id
end