Class: Aws::MediaLive::Types::DescribeLinkedChannelSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::DescribeLinkedChannelSettings
- 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
-
#follower_channel_settings ⇒ Types::DescribeFollowerChannelSettings
Details of a follower channel in a linked pair.
-
#primary_channel_settings ⇒ Types::DescribePrimaryChannelSettings
Details of a primary (leader) channel in a linked pair.
Instance Attribute Details
#follower_channel_settings ⇒ Types::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_settings ⇒ Types::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 |