Class: Aws::SupportApp::Types::ListSlackChannelConfigurationsResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-supportapp/lib/aws-sdk-supportapp/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The point where pagination should resume when the response returns only partial results.

Returns:

  • (String)


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_configurationsArray<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