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.
2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2626 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.
2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2626 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.
2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2626 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.
2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2626 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.
2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2626 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.
2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2626 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.
2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2626 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.
2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2626 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.
2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2626 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.
2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2626 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.
2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2626 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 |