Class: Aws::CodeCatalyst::Types::DeleteAccessTokenRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the personal access token to delete. You can find the IDs of all PATs associated with your Amazon Web Services Builder ID in a space by calling ListAccessTokens.

Returns:

  • (String)


421
422
423
424
425
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 421

class DeleteAccessTokenRequest < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end