Class: Aws::Types::ListSlackChannelConfigurationsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListSlackChannelConfigurationsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#slack_channel_configurations ⇒ ::Array[Types::SlackChannelConfiguration]
Returns the value of attribute slack_channel_configurations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
78 79 80 |
# File 'sig/types.rbs', line 78 def next_token @next_token end |
#slack_channel_configurations ⇒ ::Array[Types::SlackChannelConfiguration]
Returns the value of attribute slack_channel_configurations.
79 80 81 |
# File 'sig/types.rbs', line 79 def slack_channel_configurations @slack_channel_configurations end |