Class: Aws::ChimeSDKMediaPipelines::Types::KinesisVideoStreamRecordingSourceRuntimeConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#fragment_selectorTypes::FragmentSelector

Describes the timestamp range and timestamp origin of a range of fragments in the Kinesis video stream.



1672
1673
1674
1675
1676
1677
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1672

class KinesisVideoStreamRecordingSourceRuntimeConfiguration < Struct.new(
  :streams,
  :fragment_selector)
  SENSITIVE = []
  include Aws::Structure
end

#streamsArray<Types::RecordingStreamConfiguration>

The stream or streams to be recorded.



1672
1673
1674
1675
1676
1677
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1672

class KinesisVideoStreamRecordingSourceRuntimeConfiguration < Struct.new(
  :streams,
  :fragment_selector)
  SENSITIVE = []
  include Aws::Structure
end