Class: Aws::Route53GlobalResolver::Types::DeleteAccessTokenOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deleted_atTime

The date and time when the access token was deleted.

Returns:

  • (Time)


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

#idString

The unique identifier of the deleted access token.

Returns:

  • (String)


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

#statusString

The final status of the deleted access token.

Returns:

  • (String)


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