Class: Aws::WorkMail::Types::ListPersonalAccessTokensRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::ListPersonalAccessTokensRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum amount of items that should be returned in a response.
-
#next_token ⇒ String
The token from the previous response to query the next page.
-
#organization_id ⇒ String
The Organization ID.
-
#user_id ⇒ String
The WorkMail User ID.
Instance Attribute Details
#max_results ⇒ Integer
The maximum amount of items that should be returned in a response.
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_token ⇒ String
The token from the previous response to query the next page.
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_id ⇒ String
The Organization ID.
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_id ⇒ String
The WorkMail User ID.
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 |