Class: Aws::Types::StreamSummary

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:



769
770
771
# File 'sig/types.rbs', line 769

def channel_arn
  @channel_arn
end

#health"HEALTHY", ...

Returns the value of attribute health.

Returns:



772
773
774
# File 'sig/types.rbs', line 772

def health
  @health
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



774
775
776
# File 'sig/types.rbs', line 774

def start_time
  @start_time
end

#state"LIVE", "OFFLINE"

Returns the value of attribute state.

Returns:



771
772
773
# File 'sig/types.rbs', line 771

def state
  @state
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:



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.

Returns:



773
774
775
# File 'sig/types.rbs', line 773

def viewer_count
  @viewer_count
end