Class: Aws::Types::StreamSession
- Inherits:
-
Object
- Object
- Aws::Types::StreamSession
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel ⇒ Types::Channel
Returns the value of attribute channel.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#ingest_configuration ⇒ Types::IngestConfiguration
Returns the value of attribute ingest_configuration.
-
#ingest_configurations ⇒ Types::IngestConfigurations
Returns the value of attribute ingest_configurations.
-
#recording_configuration ⇒ Types::RecordingConfiguration
Returns the value of attribute recording_configuration.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
-
#truncated_events ⇒ ::Array[Types::StreamEvent]
Returns the value of attribute truncated_events.
Instance Attribute Details
#channel ⇒ Types::Channel
Returns the value of attribute channel.
752 753 754 |
# File 'sig/types.rbs', line 752 def channel @channel end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
751 752 753 |
# File 'sig/types.rbs', line 751 def end_time @end_time end |
#ingest_configuration ⇒ Types::IngestConfiguration
Returns the value of attribute ingest_configuration.
753 754 755 |
# File 'sig/types.rbs', line 753 def ingest_configuration @ingest_configuration end |
#ingest_configurations ⇒ Types::IngestConfigurations
Returns the value of attribute ingest_configurations.
754 755 756 |
# File 'sig/types.rbs', line 754 def ingest_configurations @ingest_configurations end |
#recording_configuration ⇒ Types::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.
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.
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.
756 757 758 |
# File 'sig/types.rbs', line 756 def truncated_events @truncated_events end |