Class: Aws::Types::DeletePersonalAccessTokenRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#organization_id::String

Returns the value of attribute organization_id.



338
339
340
# File 'sig/types.rbs', line 338

def organization_id
  @organization_id
end

#personal_access_token_id::String

Returns the value of attribute personal_access_token_id.



339
340
341
# File 'sig/types.rbs', line 339

def personal_access_token_id
  @personal_access_token_id
end