Class: Aws::MediaLive::Types::DescribePrimaryChannelSettings

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

Instance Attribute Details

#following_channel_arnsArray<String>

The ARNs of the following channels for this primary channel

Returns:

  • (Array<String>)


22557
22558
22559
22560
22561
22562
# File 'lib/aws-sdk-medialive/types.rb', line 22557

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

#linked_channel_typeString

Specifies this as a primary channel

Returns:

  • (String)


22557
22558
22559
22560
22561
22562
# File 'lib/aws-sdk-medialive/types.rb', line 22557

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