Class: Aws::ChimeSDKMediaPipelines::Types::StreamChannelDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::StreamChannelDefinition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
Defines a streaming channel.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_definitions ⇒ Array<Types::ChannelDefinition>
The definitions of the channels in a streaming channel.
-
#number_of_channels ⇒ Integer
The number of channels in a streaming channel.
Instance Attribute Details
#channel_definitions ⇒ Array<Types::ChannelDefinition>
The definitions of the channels in a streaming channel.
3252 3253 3254 3255 3256 3257 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3252 class StreamChannelDefinition < Struct.new( :number_of_channels, :channel_definitions) SENSITIVE = [] include Aws::Structure end |
#number_of_channels ⇒ Integer
The number of channels in a streaming channel.
3252 3253 3254 3255 3256 3257 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3252 class StreamChannelDefinition < Struct.new( :number_of_channels, :channel_definitions) SENSITIVE = [] include Aws::Structure end |