Class: Aws::Types::StreamSummary
- Inherits:
-
Object
- Object
- Aws::Types::StreamSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#health ⇒ "HEALTHY", ...
Returns the value of attribute health.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#state ⇒ "LIVE", "OFFLINE"
Returns the value of attribute state.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
-
#viewer_count ⇒ ::Integer
Returns the value of attribute viewer_count.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
769 770 771 |
# File 'sig/types.rbs', line 769 def channel_arn @channel_arn end |
#health ⇒ "HEALTHY", ...
Returns the value of attribute health.
772 773 774 |
# File 'sig/types.rbs', line 772 def health @health end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
774 775 776 |
# File 'sig/types.rbs', line 774 def start_time @start_time end |
#state ⇒ "LIVE", "OFFLINE"
Returns the value of attribute state.
771 772 773 |
# File 'sig/types.rbs', line 771 def state @state end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
770 771 772 |
# File 'sig/types.rbs', line 770 def stream_id @stream_id end |
#viewer_count ⇒ ::Integer
Returns the value of attribute viewer_count.
773 774 775 |
# File 'sig/types.rbs', line 773 def viewer_count @viewer_count end |