Class: Aws::Types::Stream

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arn::String

Returns the value of attribute channel_arn.

Returns:

  • (::String)


710
711
712
# File 'sig/types.rbs', line 710

def channel_arn
  @channel_arn
end

#health"HEALTHY", ...

Returns the value of attribute health.

Returns:

  • ("HEALTHY", "STARVING", "UNKNOWN")


715
716
717
# File 'sig/types.rbs', line 715

def health
  @health
end

#playback_url::String

Returns the value of attribute playback_url.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • ("LIVE", "OFFLINE")


714
715
716
# File 'sig/types.rbs', line 714

def state
  @state
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


716
717
718
# File 'sig/types.rbs', line 716

def viewer_count
  @viewer_count
end