Class: Aws::WorkMail::Types::ListUsersRequest

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

#max_resultsInteger

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

Returns:

  • (Integer)


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

class ListUsersRequest < Struct.new(
  :organization_id,
  :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)


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

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

#organization_idString

The identifier for the organization under which the users exist.

Returns:

  • (String)


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

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