Class: Aws::QBusiness::Types::ListGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListGroupsResponse
- Defined in:
- gems/aws-sdk-qbusiness/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.
4408 4409 4410 4411 4412 4413 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4408 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.
4408 4409 4410 4411 4412 4413 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4408 class ListGroupsResponse < Struct.new( :next_token, :items) SENSITIVE = [] include Aws::Structure end |