Class: Aws::QBusiness::Types::ListGroupsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::GroupSummary>

Summary information for list of groups that are mapped to users.

Returns:



5267
5268
5269
5270
5271
5272
# File 'lib/aws-sdk-qbusiness/types.rb', line 5267

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

#next_tokenString

If the response is truncated, Amazon Q Business returns this token that you can use in the subsequent request to retrieve the next set of groups that are mapped to users.

Returns:

  • (String)


5267
5268
5269
5270
5271
5272
# File 'lib/aws-sdk-qbusiness/types.rb', line 5267

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