Class: Aws::Route53GlobalResolver::Types::DeleteAccessTokenOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::DeleteAccessTokenOutput
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deleted_at ⇒ Time
The date and time when the access token was deleted.
-
#id ⇒ String
The unique identifier of the deleted access token.
-
#status ⇒ String
The final status of the deleted access token.
Instance Attribute Details
#deleted_at ⇒ Time
The date and time when the access token was deleted.
1748 1749 1750 1751 1752 1753 1754 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1748 class DeleteAccessTokenOutput < Struct.new( :id, :status, :deleted_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the deleted access token.
1748 1749 1750 1751 1752 1753 1754 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1748 class DeleteAccessTokenOutput < Struct.new( :id, :status, :deleted_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The final status of the deleted access token.
1748 1749 1750 1751 1752 1753 1754 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1748 class DeleteAccessTokenOutput < Struct.new( :id, :status, :deleted_at) SENSITIVE = [] include Aws::Structure end |