Class: Aws::WorkMail::Types::ListGroupsRequest

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

#filtersTypes::ListGroupsFilters

Limit the search results based on the filter criteria. Only one filter per request is supported.



3022
3023
3024
3025
3026
3027
3028
3029
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3022

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

#max_resultsInteger

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

Returns:

  • (Integer)


3022
3023
3024
3025
3026
3027
3028
3029
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3022

class ListGroupsRequest < Struct.new(
  :organization_id,
  :next_token,
  :max_results,
  :filters)
  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)


3022
3023
3024
3025
3026
3027
3028
3029
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3022

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

#organization_idString

The identifier for the organization under which the groups exist.

Returns:

  • (String)


3022
3023
3024
3025
3026
3027
3028
3029
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3022

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