Class: Aws::MediaLive::Types::DescribePrimaryChannelSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::DescribePrimaryChannelSettings
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Details of a primary (leader) channel in a linked pair
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#following_channel_arns ⇒ Array<String>
The ARNs of the following channels for this primary channel.
-
#linked_channel_type ⇒ String
Specifies this as a primary channel.
Instance Attribute Details
#following_channel_arns ⇒ Array<String>
The ARNs of the following channels for this primary channel
22536 22537 22538 22539 22540 22541 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22536 class DescribePrimaryChannelSettings < Struct.new( :following_channel_arns, :linked_channel_type) SENSITIVE = [] include Aws::Structure end |
#linked_channel_type ⇒ String
Specifies this as a primary channel
22536 22537 22538 22539 22540 22541 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22536 class DescribePrimaryChannelSettings < Struct.new( :following_channel_arns, :linked_channel_type) SENSITIVE = [] include Aws::Structure end |