Class: Aws::ChimeSDKMediaPipelines::Types::StreamChannelDefinition

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

Overview

Defines a streaming channel.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_definitionsArray<Types::ChannelDefinition>

The definitions of the channels in a streaming channel.

Returns:



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_channelsInteger

The number of channels in a streaming channel.

Returns:

  • (Integer)


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