Class: Aws::MediaLive::Types::FollowerChannelSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::FollowerChannelSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Settings for 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 to follow.
Instance Attribute Details
#linked_channel_type ⇒ String
Specifies this as a follower channel
22761 22762 22763 22764 22765 22766 |
# File 'lib/aws-sdk-medialive/types.rb', line 22761 class FollowerChannelSettings < Struct.new( :linked_channel_type, :primary_channel_arn) SENSITIVE = [] include Aws::Structure end |
#primary_channel_arn ⇒ String
The ARN of the primary channel to follow
22761 22762 22763 22764 22765 22766 |
# File 'lib/aws-sdk-medialive/types.rb', line 22761 class FollowerChannelSettings < Struct.new( :linked_channel_type, :primary_channel_arn) SENSITIVE = [] include Aws::Structure end |