Class: Aws::Chime::Types::SourceConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

Source configuration for a specified media capture pipeline.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#selected_video_streamsTypes::SelectedVideoStreams

The selected video streams to capture for a specified media capture pipeline. The number of video streams can't exceed 25.



7815
7816
7817
7818
7819
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 7815

class SourceConfiguration < Struct.new(
  :selected_video_streams)
  SENSITIVE = []
  include Aws::Structure
end