Class: Aws::Types::FollowerChannelSettings
- Inherits:
-
Object
- Object
- Aws::Types::FollowerChannelSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#linked_channel_type ⇒ "FOLLOWING_CHANNEL", "PRIMARY_CHANNEL"
Returns the value of attribute linked_channel_type.
-
#primary_channel_arn ⇒ ::String
Returns the value of attribute primary_channel_arn.
Instance Attribute Details
#linked_channel_type ⇒ "FOLLOWING_CHANNEL", "PRIMARY_CHANNEL"
Returns the value of attribute linked_channel_type.
5920 5921 5922 |
# File 'sig/types.rbs', line 5920 def linked_channel_type @linked_channel_type end |
#primary_channel_arn ⇒ ::String
Returns the value of attribute primary_channel_arn.
5921 5922 5923 |
# File 'sig/types.rbs', line 5921 def primary_channel_arn @primary_channel_arn end |