Class: Aws::Types::DTMFInputEvent
- Inherits:
-
Object
- Object
- Aws::Types::DTMFInputEvent
- 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.
-
#input_character ⇒ ::String
Returns the value of attribute input_character.
Instance Attribute Details
#client_timestamp_millis ⇒ ::Integer
Returns the value of attribute client_timestamp_millis.
85 86 87 |
# File 'sig/types.rbs', line 85 def @client_timestamp_millis end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
84 85 86 |
# File 'sig/types.rbs', line 84 def event_id @event_id end |
#event_type ⇒ Object
Returns the value of attribute event_type.
86 87 88 |
# File 'sig/types.rbs', line 86 def event_type @event_type end |
#input_character ⇒ ::String
Returns the value of attribute input_character.
83 84 85 |
# File 'sig/types.rbs', line 83 def input_character @input_character end |