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.



1717
1718
1719
1720
1721
1722
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1717

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

#streamsArray<Types::RecordingStreamConfiguration>

The stream or streams to be recorded.



1717
1718
1719
1720
1721
1722
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1717

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