Class: Aws::Types::ListPersonalAccessTokensRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPersonalAccessTokensRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def next_token @next_token end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def organization_id @organization_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def user_id @user_id end |