Class: Aws::Types::ListPersonalAccessTokensRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



1029
1030
1031
# File 'sig/types.rbs', line 1029

def user_id
  @user_id
end