Class: Aws::WorkMail::Types::ListGroupsForEntityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::ListGroupsForEntityResponse
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#groups ⇒ Array<Types::GroupIdentifier>
The overview of groups in an organization.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#groups ⇒ Array<Types::GroupIdentifier>
The overview of groups in an organization.
2995 2996 2997 2998 2999 3000 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2995 class ListGroupsForEntityResponse < Struct.new( :groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.
2995 2996 2997 2998 2999 3000 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2995 class ListGroupsForEntityResponse < Struct.new( :groups, :next_token) SENSITIVE = [] include Aws::Structure end |