Class: Aws::Route53GlobalResolver::Types::GetAccessTokenOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::GetAccessTokenOutput
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:value]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the token.
-
#client_token ⇒ String
A unique, case-sensitive identifier to ensure idempotency.
-
#created_at ⇒ Time
The time and date the token was created.
-
#dns_view_id ⇒ String
ID of the DNS view the token is associated to.
-
#expires_at ⇒ Time
The token's expiration time and date.
-
#global_resolver_id ⇒ String
ID of the Global Resolver.
-
#id ⇒ String
ID of the token.
-
#name ⇒ String
Name of the token.
-
#status ⇒ String
The operational status of the token.
-
#updated_at ⇒ Time
The time and date the token was created.
-
#value ⇒ String
The value of the token.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the token.
2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2592 class GetAccessTokenOutput < Struct.new( :id, :arn, :client_token, :created_at, :dns_view_id, :expires_at, :global_resolver_id, :name, :status, :updated_at, :value) SENSITIVE = [:value] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier to ensure idempotency. This
means that making the same request multiple times with the same
clientToken has the same result every time.
2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2592 class GetAccessTokenOutput < Struct.new( :id, :arn, :client_token, :created_at, :dns_view_id, :expires_at, :global_resolver_id, :name, :status, :updated_at, :value) SENSITIVE = [:value] include Aws::Structure end |
#created_at ⇒ Time
The time and date the token was created.
2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2592 class GetAccessTokenOutput < Struct.new( :id, :arn, :client_token, :created_at, :dns_view_id, :expires_at, :global_resolver_id, :name, :status, :updated_at, :value) SENSITIVE = [:value] include Aws::Structure end |
#dns_view_id ⇒ String
ID of the DNS view the token is associated to.
2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2592 class GetAccessTokenOutput < Struct.new( :id, :arn, :client_token, :created_at, :dns_view_id, :expires_at, :global_resolver_id, :name, :status, :updated_at, :value) SENSITIVE = [:value] include Aws::Structure end |
#expires_at ⇒ Time
The token's expiration time and date.
2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2592 class GetAccessTokenOutput < Struct.new( :id, :arn, :client_token, :created_at, :dns_view_id, :expires_at, :global_resolver_id, :name, :status, :updated_at, :value) SENSITIVE = [:value] include Aws::Structure end |
#global_resolver_id ⇒ String
ID of the Global Resolver.
2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2592 class GetAccessTokenOutput < Struct.new( :id, :arn, :client_token, :created_at, :dns_view_id, :expires_at, :global_resolver_id, :name, :status, :updated_at, :value) SENSITIVE = [:value] include Aws::Structure end |
#id ⇒ String
ID of the token.
2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2592 class GetAccessTokenOutput < Struct.new( :id, :arn, :client_token, :created_at, :dns_view_id, :expires_at, :global_resolver_id, :name, :status, :updated_at, :value) SENSITIVE = [:value] include Aws::Structure end |
#name ⇒ String
Name of the token.
2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2592 class GetAccessTokenOutput < Struct.new( :id, :arn, :client_token, :created_at, :dns_view_id, :expires_at, :global_resolver_id, :name, :status, :updated_at, :value) SENSITIVE = [:value] include Aws::Structure end |
#status ⇒ String
The operational status of the token.
2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2592 class GetAccessTokenOutput < Struct.new( :id, :arn, :client_token, :created_at, :dns_view_id, :expires_at, :global_resolver_id, :name, :status, :updated_at, :value) SENSITIVE = [:value] include Aws::Structure end |
#updated_at ⇒ Time
The time and date the token was created.
2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2592 class GetAccessTokenOutput < Struct.new( :id, :arn, :client_token, :created_at, :dns_view_id, :expires_at, :global_resolver_id, :name, :status, :updated_at, :value) SENSITIVE = [:value] include Aws::Structure end |
#value ⇒ String
The value of the token.
2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2592 class GetAccessTokenOutput < Struct.new( :id, :arn, :client_token, :created_at, :dns_view_id, :expires_at, :global_resolver_id, :name, :status, :updated_at, :value) SENSITIVE = [:value] include Aws::Structure end |