Class: Aws::MediaLive::Types::DescribeLinkedChannelSettings

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

Overview

Linked channel configuration details

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#follower_channel_settingsTypes::DescribeFollowerChannelSettings

Details of a follower channel in a linked pair



22517
22518
22519
22520
22521
22522
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22517

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

#primary_channel_settingsTypes::DescribePrimaryChannelSettings

Details of a primary (leader) channel in a linked pair



22517
22518
22519
22520
22521
22522
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22517

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