Class: Aws::ChimeSDKMediaPipelines::Types::StreamChannelDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::StreamChannelDefinition
- Defined in:
- gems/aws-sdk-chimesdkmediapipelines/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.
3145 3146 3147 3148 3149 3150 |
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3145 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.
3145 3146 3147 3148 3149 3150 |
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3145 class StreamChannelDefinition < Struct.new( :number_of_channels, :channel_definitions) SENSITIVE = [] include Aws::Structure end |