Class: Aws::Types::PlainTextMessageType
- Inherits:
-
Object
- Object
- Aws::Types::PlainTextMessageType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#language_code ⇒ ::String
Returns the value of attribute language_code.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#voice_id ⇒ ::String
Returns the value of attribute voice_id.
Instance Attribute Details
#language_code ⇒ ::String
Returns the value of attribute language_code.
130 131 132 |
# File 'sig/types.rbs', line 130 def language_code @language_code end |
#text ⇒ ::String
Returns the value of attribute text.
131 132 133 |
# File 'sig/types.rbs', line 131 def text @text end |
#voice_id ⇒ ::String
Returns the value of attribute voice_id.
132 133 134 |
# File 'sig/types.rbs', line 132 def voice_id @voice_id end |