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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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



22574
22575
22576
22577
22578
22579
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22574

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



22574
22575
22576
22577
22578
22579
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22574

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