Class: Aws::QBusiness::Types::ListGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListGroupsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::GroupSummary>
Summary information for list of groups that are mapped to users.
-
#next_token ⇒ String
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.
Instance Attribute Details
#items ⇒ Array<Types::GroupSummary>
Summary information for list of groups that are mapped to users.
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_token ⇒ String
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.
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 |