Class: Aws::MediaLive::Types::DescribeFollowerChannelSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Details of a follower channel in a linked pair

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#linked_channel_typeString

Specifies this as a follower channel

Returns:

  • (String)


22498
22499
22500
22501
22502
22503
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22498

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

#primary_channel_arnString

The ARN of the primary channel this channel follows

Returns:

  • (String)


22498
22499
22500
22501
22502
22503
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22498

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