Class: Aws::Types::Stream
- Inherits:
-
Object
- Object
- Aws::Types::Stream
- 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.
-
#playback_url ⇒ ::String
Returns the value of attribute playback_url.
-
#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.
710 711 712 |
# File 'sig/types.rbs', line 710 def channel_arn @channel_arn end |
#health ⇒ "HEALTHY", ...
Returns the value of attribute health.
715 716 717 |
# File 'sig/types.rbs', line 715 def health @health end |
#playback_url ⇒ ::String
Returns the value of attribute playback_url.
712 713 714 |
# File 'sig/types.rbs', line 712 def playback_url @playback_url end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
713 714 715 |
# File 'sig/types.rbs', line 713 def start_time @start_time end |
#state ⇒ "LIVE", "OFFLINE"
Returns the value of attribute state.
714 715 716 |
# File 'sig/types.rbs', line 714 def state @state end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
711 712 713 |
# File 'sig/types.rbs', line 711 def stream_id @stream_id end |
#viewer_count ⇒ ::Integer
Returns the value of attribute viewer_count.
716 717 718 |
# File 'sig/types.rbs', line 716 def viewer_count @viewer_count end |