Class: Aws::WorkMail::Types::ListPersonalAccessTokensRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum amount of items that should be returned in a response.

Returns:

  • (Integer)


3606
3607
3608
3609
3610
3611
3612
3613
# File 'lib/aws-sdk-workmail/types.rb', line 3606

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

#next_tokenString

The token from the previous response to query the next page.

Returns:

  • (String)


3606
3607
3608
3609
3610
3611
3612
3613
# File 'lib/aws-sdk-workmail/types.rb', line 3606

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

#organization_idString

The Organization ID.

Returns:

  • (String)


3606
3607
3608
3609
3610
3611
3612
3613
# File 'lib/aws-sdk-workmail/types.rb', line 3606

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

#user_idString

The WorkMail User ID.

Returns:

  • (String)


3606
3607
3608
3609
3610
3611
3612
3613
# File 'lib/aws-sdk-workmail/types.rb', line 3606

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