Class: Aws::WorkMail::Types::ListGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::ListGroupsResponse
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#groups ⇒ Array<Types::Group>
The overview of groups for an organization.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#groups ⇒ Array<Types::Group>
The overview of groups for an organization.
2544 2545 2546 2547 2548 2549 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2544 class ListGroupsResponse < Struct.new( :groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. The value is "null" when there are no more results to return.
2544 2545 2546 2547 2548 2549 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2544 class ListGroupsResponse < Struct.new( :groups, :next_token) SENSITIVE = [] include Aws::Structure end |