Class: Aws::Chime::Types::SelectedVideoStreams

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#attendee_idsArray<String>

The attendee IDs of the streams selected for a media capture pipeline.

Returns:

  • (Array<String>)

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_idsArray<String>

The external user IDs of the streams selected for a media capture pipeline.

Returns:

  • (Array<String>)

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