Class: Aws::WorkMail::Types::ListGroupsForEntityRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entity_idString

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: entity@domain.tld

  • Entity name: entity

Returns:

  • (String)


2974
2975
2976
2977
2978
2979
2980
2981
2982
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2974

class ListGroupsForEntityRequest < Struct.new(
  :organization_id,
  :entity_id,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#filtersTypes::ListGroupsForEntityFilters

Limit the search results based on the filter criteria.



2974
2975
2976
2977
2978
2979
2980
2981
2982
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2974

class ListGroupsForEntityRequest < Struct.new(
  :organization_id,
  :entity_id,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in a single call.

Returns:

  • (Integer)


2974
2975
2976
2977
2978
2979
2980
2981
2982
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2974

class ListGroupsForEntityRequest < Struct.new(
  :organization_id,
  :entity_id,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. The first call does not contain any tokens.

Returns:

  • (String)


2974
2975
2976
2977
2978
2979
2980
2981
2982
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2974

class ListGroupsForEntityRequest < Struct.new(
  :organization_id,
  :entity_id,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

The identifier for the organization under which the entity exists.

Returns:

  • (String)


2974
2975
2976
2977
2978
2979
2980
2981
2982
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2974

class ListGroupsForEntityRequest < Struct.new(
  :organization_id,
  :entity_id,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end