Class: Aws::Chime::Types::SourceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::SourceConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Source configuration for a specified media capture pipeline.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#selected_video_streams ⇒ Types::SelectedVideoStreams
The selected video streams to capture for a specified media capture pipeline.
Instance Attribute Details
#selected_video_streams ⇒ Types::SelectedVideoStreams
The selected video streams to capture for a specified media capture pipeline. The number of video streams can't exceed 25.
7649 7650 7651 7652 7653 |
# File 'lib/aws-sdk-chime/types.rb', line 7649 class SourceConfiguration < Struct.new( :selected_video_streams) SENSITIVE = [] include Aws::Structure end |