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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#following_channel_arnsArray<String>

The ARNs of the following channels for this primary channel

Returns:

  • (Array<String>)


22683
22684
22685
22686
22687
22688
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22683

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)


22683
22684
22685
22686
22687
22688
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22683

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