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.
7815 7816 7817 7818 7819 |
# File 'lib/aws-sdk-chime/types.rb', line 7815 class SourceConfiguration < Struct.new( :selected_video_streams) SENSITIVE = [] include Aws::Structure end |