Class: Aws::Types::LinkedChannelSettings
- Inherits:
-
Object
- Object
- Aws::Types::LinkedChannelSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#follower_channel_settings ⇒ Types::FollowerChannelSettings
Returns the value of attribute follower_channel_settings.
-
#primary_channel_settings ⇒ Types::PrimaryChannelSettings
Returns the value of attribute primary_channel_settings.
Instance Attribute Details
#follower_channel_settings ⇒ Types::FollowerChannelSettings
Returns the value of attribute follower_channel_settings.
5923 5924 5925 |
# File 'sig/types.rbs', line 5923 def follower_channel_settings @follower_channel_settings end |
#primary_channel_settings ⇒ Types::PrimaryChannelSettings
Returns the value of attribute primary_channel_settings.
5924 5925 5926 |
# File 'sig/types.rbs', line 5924 def primary_channel_settings @primary_channel_settings end |