Class: Aws::ChimeSDKMediaPipelines::Types::SelectedVideoStreams
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::SelectedVideoStreams
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
The video streams for a specified media 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 pipeline.
-
#external_user_ids ⇒ Array<String>
The external user IDs of the streams selected for a media pipeline.
Instance Attribute Details
#attendee_ids ⇒ Array<String>
The attendee IDs of the streams selected for a media pipeline.
2899 2900 2901 2902 2903 2904 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2899 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 pipeline.
2899 2900 2901 2902 2903 2904 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2899 class SelectedVideoStreams < Struct.new( :attendee_ids, :external_user_ids) SENSITIVE = [:external_user_ids] include Aws::Structure end |