Class: Aws::Types::DescribeLinkedChannelSettings
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLinkedChannelSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#follower_channel_settings ⇒ Types::DescribeFollowerChannelSettings
Returns the value of attribute follower_channel_settings.
-
#primary_channel_settings ⇒ Types::DescribePrimaryChannelSettings
Returns the value of attribute primary_channel_settings.
Instance Attribute Details
#follower_channel_settings ⇒ Types::DescribeFollowerChannelSettings
Returns the value of attribute follower_channel_settings.
5917 5918 5919 |
# File 'sig/types.rbs', line 5917 def follower_channel_settings @follower_channel_settings end |
#primary_channel_settings ⇒ Types::DescribePrimaryChannelSettings
Returns the value of attribute primary_channel_settings.
5918 5919 5920 |
# File 'sig/types.rbs', line 5918 def primary_channel_settings @primary_channel_settings end |