Class: Aws::ChimeSDKMediaPipelines::Types::ChannelDefinition

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkmediapipelines/types.rb

Overview

Defines an audio channel in a Kinesis video stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_idInteger

The channel ID.

Returns:

  • (Integer)


578
579
580
581
582
583
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 578

class ChannelDefinition < Struct.new(
  :channel_id,
  :participant_role)
  SENSITIVE = []
  include Aws::Structure
end

#participant_roleString

Specifies whether the audio in a channel belongs to the ‘AGENT` or `CUSTOMER`.

Returns:

  • (String)


578
579
580
581
582
583
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 578

class ChannelDefinition < Struct.new(
  :channel_id,
  :participant_role)
  SENSITIVE = []
  include Aws::Structure
end