Class: Aws::SupportApp::Types::ListSlackChannelConfigurationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupportApp::Types::ListSlackChannelConfigurationsResult
- Defined in:
- gems/aws-sdk-supportapp/lib/aws-sdk-supportapp/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The point where pagination should resume when the response returns only partial results.
-
#slack_channel_configurations ⇒ Array<Types::SlackChannelConfiguration>
The configurations for a Slack channel.
Instance Attribute Details
#next_token ⇒ String
The point where pagination should resume when the response returns only partial results.
255 256 257 258 259 260 |
# File 'gems/aws-sdk-supportapp/lib/aws-sdk-supportapp/types.rb', line 255 class ListSlackChannelConfigurationsResult < Struct.new( :next_token, :slack_channel_configurations) SENSITIVE = [] include Aws::Structure end |
#slack_channel_configurations ⇒ Array<Types::SlackChannelConfiguration>
The configurations for a Slack channel.
255 256 257 258 259 260 |
# File 'gems/aws-sdk-supportapp/lib/aws-sdk-supportapp/types.rb', line 255 class ListSlackChannelConfigurationsResult < Struct.new( :next_token, :slack_channel_configurations) SENSITIVE = [] include Aws::Structure end |