Class: Aws::Types::SSMLMessageType
- Inherits:
-
Object
- Object
- Aws::Types::SSMLMessageType
- 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.
137 138 139 |
# File 'sig/types.rbs', line 137 def language_code @language_code end |
#text ⇒ ::String
Returns the value of attribute text.
138 139 140 |
# File 'sig/types.rbs', line 138 def text @text end |
#voice_id ⇒ ::String
Returns the value of attribute voice_id.
139 140 141 |
# File 'sig/types.rbs', line 139 def voice_id @voice_id end |