Class: Aws::Route53GlobalResolver::Types::DeleteAccessTokenInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::DeleteAccessTokenInput
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_token_id ⇒ String
The unique identifier of the access token to delete.
Instance Attribute Details
#access_token_id ⇒ String
The unique identifier of the access token to delete.
1728 1729 1730 1731 1732 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1728 class DeleteAccessTokenInput < Struct.new( :access_token_id) SENSITIVE = [] include Aws::Structure end |