Class: Aws::Types::PlainTextMessageType

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#language_code::String

Returns the value of attribute language_code.

Returns:



130
131
132
# File 'sig/types.rbs', line 130

def language_code
  @language_code
end

#text::String

Returns the value of attribute text.

Returns:



131
132
133
# File 'sig/types.rbs', line 131

def text
  @text
end

#voice_id::String

Returns the value of attribute voice_id.

Returns:



132
133
134
# File 'sig/types.rbs', line 132

def voice_id
  @voice_id
end