Class: Aws::MediaLive::Types::PrimaryChannelSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::PrimaryChannelSettings
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Settings for a primary (leader) channel in a linked pair
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#linked_channel_type ⇒ String
Specifies this as a primary channel.
Instance Attribute Details
#linked_channel_type ⇒ String
Specifies this as a primary channel
22589 22590 22591 22592 22593 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22589 class PrimaryChannelSettings < Struct.new( :linked_channel_type) SENSITIVE = [] include Aws::Structure end |