Class: Aws::MediaLive::Types::LinkedChannelSettings

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

Overview

Configuration for linked channel relationships

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#follower_channel_settingsTypes::FollowerChannelSettings

Settings for a follower channel in a linked pair



22829
22830
22831
22832
22833
22834
# File 'lib/aws-sdk-medialive/types.rb', line 22829

class LinkedChannelSettings < Struct.new(
  :follower_channel_settings,
  :primary_channel_settings)
  SENSITIVE = []
  include Aws::Structure
end

#primary_channel_settingsTypes::PrimaryChannelSettings

Settings for a primary (leader) channel in a linked pair



22829
22830
22831
22832
22833
22834
# File 'lib/aws-sdk-medialive/types.rb', line 22829

class LinkedChannelSettings < Struct.new(
  :follower_channel_settings,
  :primary_channel_settings)
  SENSITIVE = []
  include Aws::Structure
end