Class: Aws::Types::DescribePrimaryChannelSettings
- Inherits:
-
Object
- Object
- Aws::Types::DescribePrimaryChannelSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#following_channel_arns ⇒ ::Array[::String]
Returns the value of attribute following_channel_arns.
-
#linked_channel_type ⇒ "FOLLOWING_CHANNEL", "PRIMARY_CHANNEL"
Returns the value of attribute linked_channel_type.
Instance Attribute Details
#following_channel_arns ⇒ ::Array[::String]
Returns the value of attribute following_channel_arns.
5911 5912 5913 |
# File 'sig/types.rbs', line 5911 def following_channel_arns @following_channel_arns end |
#linked_channel_type ⇒ "FOLLOWING_CHANNEL", "PRIMARY_CHANNEL"
Returns the value of attribute linked_channel_type.
5912 5913 5914 |
# File 'sig/types.rbs', line 5912 def linked_channel_type @linked_channel_type end |