Class: Aws::Types::TextInputEvent
- Inherits:
-
Object
- Object
- Aws::Types::TextInputEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_timestamp_millis ⇒ ::Integer
Returns the value of attribute client_timestamp_millis.
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#client_timestamp_millis ⇒ ::Integer
Returns the value of attribute client_timestamp_millis.
367 368 369 |
# File 'sig/types.rbs', line 367 def @client_timestamp_millis end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
366 367 368 |
# File 'sig/types.rbs', line 366 def event_id @event_id end |
#event_type ⇒ Object
Returns the value of attribute event_type.
368 369 370 |
# File 'sig/types.rbs', line 368 def event_type @event_type end |
#text ⇒ ::String
Returns the value of attribute text.
365 366 367 |
# File 'sig/types.rbs', line 365 def text @text end |