Class: Aws::Types::TextEvent
- Inherits:
-
Object
- Object
- Aws::Types::TextEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#flush_stream_configuration ⇒ Types::FlushStreamConfiguration
Returns the value of attribute flush_stream_configuration.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#text_type ⇒ "ssml", "text"
Returns the value of attribute text_type.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type.
310 311 312 |
# File 'sig/types.rbs', line 310 def event_type @event_type end |
#flush_stream_configuration ⇒ Types::FlushStreamConfiguration
Returns the value of attribute flush_stream_configuration.
309 310 311 |
# File 'sig/types.rbs', line 309 def flush_stream_configuration @flush_stream_configuration end |
#text ⇒ ::String
Returns the value of attribute text.
307 308 309 |
# File 'sig/types.rbs', line 307 def text @text end |
#text_type ⇒ "ssml", "text"
Returns the value of attribute text_type.
308 309 310 |
# File 'sig/types.rbs', line 308 def text_type @text_type end |