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 =
[:external_user_ids]
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.
7517 7518 7519 7520 7521 7522 |
# File 'lib/aws-sdk-chime/types.rb', line 7517 class SelectedVideoStreams < Struct.new( :attendee_ids, :external_user_ids) SENSITIVE = [:external_user_ids] include Aws::Structure end |
#external_user_ids ⇒ Array<String>
The external user IDs of the streams selected for a media capture pipeline.
7517 7518 7519 7520 7521 7522 |
# File 'lib/aws-sdk-chime/types.rb', line 7517 class SelectedVideoStreams < Struct.new( :attendee_ids, :external_user_ids) SENSITIVE = [:external_user_ids] include Aws::Structure end |