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>)


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_typeString

Specifies this as a primary channel

Returns:

  • (String)


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