Class: Aws::CodeCatalyst::Types::DeleteAccessTokenRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::DeleteAccessTokenRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the personal access token to delete.
Instance Attribute Details
#id ⇒ String
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.
421 422 423 424 425 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 421 class DeleteAccessTokenRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |