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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/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:



4195
4196
4197
4198
4199
4200
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4195

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)


4195
4196
4197
4198
4199
4200
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4195

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