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.
5905 5906 5907 |
# File 'sig/types.rbs', line 5905 def follower_channel_settings @follower_channel_settings end |
#primary_channel_settings ⇒ Types::DescribePrimaryChannelSettings
Returns the value of attribute primary_channel_settings.
5906 5907 5908 |
# File 'sig/types.rbs', line 5906 def primary_channel_settings @primary_channel_settings end |