Class: Aws::MediaLive::Types::PrimaryChannelSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#linked_channel_typeString

Specifies this as a primary channel

Returns:

  • (String)


22795
22796
22797
22798
22799
# File 'lib/aws-sdk-medialive/types.rb', line 22795

class PrimaryChannelSettings < Struct.new(
  :linked_channel_type)
  SENSITIVE = []
  include Aws::Structure
end