Class: Aws::ChimeSDKMediaPipelines::Types::KinesisVideoStreamRecordingSourceRuntimeConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::KinesisVideoStreamRecordingSourceRuntimeConfiguration
- Defined in:
- gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
A structure that contains the runtime settings for recording a Kinesis video stream.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fragment_selector ⇒ Types::FragmentSelector
Describes the timestamp range and timestamp origin of a range of fragments in the Kinesis video stream.
-
#streams ⇒ Array<Types::RecordingStreamConfiguration>
The stream or streams to be recorded.
Instance Attribute Details
#fragment_selector ⇒ Types::FragmentSelector
Describes the timestamp range and timestamp origin of a range of fragments in the Kinesis video stream.
1747 1748 1749 1750 1751 1752 |
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1747 class KinesisVideoStreamRecordingSourceRuntimeConfiguration < Struct.new( :streams, :fragment_selector) SENSITIVE = [] include Aws::Structure end |
#streams ⇒ Array<Types::RecordingStreamConfiguration>
The stream or streams to be recorded.
1747 1748 1749 1750 1751 1752 |
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1747 class KinesisVideoStreamRecordingSourceRuntimeConfiguration < Struct.new( :streams, :fragment_selector) SENSITIVE = [] include Aws::Structure end |