Class: Aws::Chime::Types::SelectedVideoStreams
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::SelectedVideoStreams
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The video streams to capture for a specified media capture pipeline. The total number of video streams can't exceed 25.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attendee_ids ⇒ Array<String>
The attendee IDs of the streams selected for a media capture pipeline.
-
#external_user_ids ⇒ Array<String>
The external user IDs of the streams selected for a media capture pipeline.
Instance Attribute Details
#attendee_ids ⇒ Array<String>
The attendee IDs of the streams selected for a media capture pipeline.
7351 7352 7353 7354 7355 7356 |
# File 'lib/aws-sdk-chime/types.rb', line 7351 class SelectedVideoStreams < Struct.new( :attendee_ids, :external_user_ids) SENSITIVE = [] include Aws::Structure end |
#external_user_ids ⇒ Array<String>
The external user IDs of the streams selected for a media capture pipeline.
7351 7352 7353 7354 7355 7356 |
# File 'lib/aws-sdk-chime/types.rb', line 7351 class SelectedVideoStreams < Struct.new( :attendee_ids, :external_user_ids) SENSITIVE = [] include Aws::Structure end |