Class: Aws::ChimeSDKMediaPipelines::Types::ChannelDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::ChannelDefinition
- Defined in:
- gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
Defines an audio channel in a Kinesis video stream.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_id ⇒ Integer
The channel ID.
-
#participant_role ⇒ String
Specifies whether the audio in a channel belongs to the
AGENT
orCUSTOMER
.
Instance Attribute Details
#channel_id ⇒ Integer
The channel ID.
584 585 586 587 588 589 |
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 584 class ChannelDefinition < Struct.new( :channel_id, :participant_role) SENSITIVE = [] include Aws::Structure end |
#participant_role ⇒ String
Specifies whether the audio in a channel belongs to the AGENT
or
CUSTOMER
.
584 585 586 587 588 589 |
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 584 class ChannelDefinition < Struct.new( :channel_id, :participant_role) SENSITIVE = [] include Aws::Structure end |