Class: Aws::Types::PlaybackCompletionEvent
- Inherits:
-
Object
- Object
- Aws::Types::PlaybackCompletionEvent
- 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.
Instance Attribute Details
#client_timestamp_millis ⇒ ::Integer
Returns the value of attribute client_timestamp_millis.
206 207 208 |
# File 'sig/types.rbs', line 206 def @client_timestamp_millis end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
205 206 207 |
# File 'sig/types.rbs', line 205 def event_id @event_id end |
#event_type ⇒ Object
Returns the value of attribute event_type.
207 208 209 |
# File 'sig/types.rbs', line 207 def event_type @event_type end |