Class: Aws::Types::StreamSessionSummary
- Inherits:
-
Object
- Object
- Aws::Types::StreamSessionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#has_error_event ⇒ Boolean
Returns the value of attribute has_error_event.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
763 764 765 |
# File 'sig/types.rbs', line 763 def end_time @end_time end |
#has_error_event ⇒ Boolean
Returns the value of attribute has_error_event.
764 765 766 |
# File 'sig/types.rbs', line 764 def has_error_event @has_error_event end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
762 763 764 |
# File 'sig/types.rbs', line 762 def start_time @start_time end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
761 762 763 |
# File 'sig/types.rbs', line 761 def stream_id @stream_id end |