Class: Aws::WorkMail::Types::ListGroupsForEntityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::ListGroupsForEntityRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_id ⇒ String
The identifier for the entity.
-
#filters ⇒ Types::ListGroupsForEntityFilters
Limit the search results based on the filter criteria.
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#organization_id ⇒ String
The identifier for the organization under which the entity exists.
Instance Attribute Details
#entity_id ⇒ String
The identifier for the entity.
The entity ID can accept *UserId or GroupID*, *Username or Groupname*, or email.
-
Entity ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
-
Email address: [email protected]
-
Entity name: entity
3207 3208 3209 3210 3211 3212 3213 3214 3215 |
# File 'lib/aws-sdk-workmail/types.rb', line 3207 class ListGroupsForEntityRequest < Struct.new( :organization_id, :entity_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Types::ListGroupsForEntityFilters
Limit the search results based on the filter criteria.
3207 3208 3209 3210 3211 3212 3213 3214 3215 |
# File 'lib/aws-sdk-workmail/types.rb', line 3207 class ListGroupsForEntityRequest < Struct.new( :organization_id, :entity_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in a single call.
3207 3208 3209 3210 3211 3212 3213 3214 3215 |
# File 'lib/aws-sdk-workmail/types.rb', line 3207 class ListGroupsForEntityRequest < Struct.new( :organization_id, :entity_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. The first call does not contain any tokens.
3207 3208 3209 3210 3211 3212 3213 3214 3215 |
# File 'lib/aws-sdk-workmail/types.rb', line 3207 class ListGroupsForEntityRequest < Struct.new( :organization_id, :entity_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The identifier for the organization under which the entity exists.
3207 3208 3209 3210 3211 3212 3213 3214 3215 |
# File 'lib/aws-sdk-workmail/types.rb', line 3207 class ListGroupsForEntityRequest < Struct.new( :organization_id, :entity_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |