Class: Aws::Types::Message

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_payload ⇒ Types::CustomPayload

Returns the value of attribute custom_payload.



2659
2660
2661
# File 'sig/types.rbs', line 2659

def custom_payload
  @custom_payload
end

#image_response_card ⇒ Types::ImageResponseCard

Returns the value of attribute image_response_card.



2661
2662
2663
# File 'sig/types.rbs', line 2661

def image_response_card
  @image_response_card
end

#plain_text_message ⇒ Types::PlainTextMessage

Returns the value of attribute plain_text_message.



2658
2659
2660
# File 'sig/types.rbs', line 2658

def plain_text_message
  @plain_text_message
end

#ssml_message ⇒ Types::SSMLMessage

Returns the value of attribute ssml_message.

Returns:



2660
2661
2662
# File 'sig/types.rbs', line 2660

def ssml_message
  @ssml_message
end