Class: Aws::MediaLive::Types::DescribeFollowerChannelSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::DescribeFollowerChannelSettings
- 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
-
#linked_channel_type ⇒ String
Specifies this as a follower channel.
-
#primary_channel_arn ⇒ String
The ARN of the primary channel this channel follows.
Instance Attribute Details
#linked_channel_type ⇒ String
Specifies this as a follower channel
22519 22520 22521 22522 22523 22524 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22519 class DescribeFollowerChannelSettings < Struct.new( :linked_channel_type, :primary_channel_arn) SENSITIVE = [] include Aws::Structure end |
#primary_channel_arn ⇒ String
The ARN of the primary channel this channel follows
22519 22520 22521 22522 22523 22524 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22519 class DescribeFollowerChannelSettings < Struct.new( :linked_channel_type, :primary_channel_arn) SENSITIVE = [] include Aws::Structure end |