Class: Aws::SupportApp::Types::ListSlackWorkspaceConfigurationsRequest

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

If the results of a search are large, the API only returns a portion of the results and includes a nextToken pagination token in the response. To retrieve the next batch of results, reissue the search request and include the returned token. When the API returns the last set of results, the response doesn't include a pagination token value.

Returns:

  • (String)


273
274
275
276
277
# File 'gems/aws-sdk-supportapp/lib/aws-sdk-supportapp/types.rb', line 273

class ListSlackWorkspaceConfigurationsRequest < Struct.new(
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end