Class: Aws::Types::StreamSession

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channelTypes::Channel

Returns the value of attribute channel.

Returns:



752
753
754
# File 'sig/types.rbs', line 752

def channel
  @channel
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


751
752
753
# File 'sig/types.rbs', line 751

def end_time
  @end_time
end

#ingest_configurationTypes::IngestConfiguration

Returns the value of attribute ingest_configuration.



753
754
755
# File 'sig/types.rbs', line 753

def ingest_configuration
  @ingest_configuration
end

#ingest_configurationsTypes::IngestConfigurations

Returns the value of attribute ingest_configurations.



754
755
756
# File 'sig/types.rbs', line 754

def ingest_configurations
  @ingest_configurations
end

#recording_configurationTypes::RecordingConfiguration

Returns the value of attribute recording_configuration.



755
756
757
# File 'sig/types.rbs', line 755

def recording_configuration
  @recording_configuration
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


750
751
752
# File 'sig/types.rbs', line 750

def start_time
  @start_time
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


749
750
751
# File 'sig/types.rbs', line 749

def stream_id
  @stream_id
end

#truncated_events::Array[Types::StreamEvent]

Returns the value of attribute truncated_events.

Returns:



756
757
758
# File 'sig/types.rbs', line 756

def truncated_events
  @truncated_events
end