Class: Aws::Route53GlobalResolver::Types::AccessTokenItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::AccessTokenItem
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Summary information about a token.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the token.
-
#created_at ⇒ Time
The date and time when the token was created.
-
#dns_view_id ⇒ String
The ID of the DNS view associated with the token.
-
#expires_at ⇒ Time
The date and time when the token expires.
-
#global_resolver_id ⇒ String
The ID of the global resolver associated with the token.
-
#id ⇒ String
The unique identifier of the token.
-
#name ⇒ String
The name of the token.
-
#status ⇒ String
The current status of the token.
-
#updated_at ⇒ Time
The date and time when the token was last updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the token.
127 128 129 130 131 132 133 134 135 136 137 138 139 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 127 class AccessTokenItem < Struct.new( :id, :arn, :created_at, :dns_view_id, :expires_at, :global_resolver_id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time when the token was created.
127 128 129 130 131 132 133 134 135 136 137 138 139 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 127 class AccessTokenItem < Struct.new( :id, :arn, :created_at, :dns_view_id, :expires_at, :global_resolver_id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#dns_view_id ⇒ String
The ID of the DNS view associated with the token.
127 128 129 130 131 132 133 134 135 136 137 138 139 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 127 class AccessTokenItem < Struct.new( :id, :arn, :created_at, :dns_view_id, :expires_at, :global_resolver_id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#expires_at ⇒ Time
The date and time when the token expires.
127 128 129 130 131 132 133 134 135 136 137 138 139 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 127 class AccessTokenItem < Struct.new( :id, :arn, :created_at, :dns_view_id, :expires_at, :global_resolver_id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#global_resolver_id ⇒ String
The ID of the global resolver associated with the token.
127 128 129 130 131 132 133 134 135 136 137 138 139 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 127 class AccessTokenItem < Struct.new( :id, :arn, :created_at, :dns_view_id, :expires_at, :global_resolver_id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the token.
127 128 129 130 131 132 133 134 135 136 137 138 139 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 127 class AccessTokenItem < Struct.new( :id, :arn, :created_at, :dns_view_id, :expires_at, :global_resolver_id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the token.
127 128 129 130 131 132 133 134 135 136 137 138 139 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 127 class AccessTokenItem < Struct.new( :id, :arn, :created_at, :dns_view_id, :expires_at, :global_resolver_id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the token.
127 128 129 130 131 132 133 134 135 136 137 138 139 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 127 class AccessTokenItem < Struct.new( :id, :arn, :created_at, :dns_view_id, :expires_at, :global_resolver_id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time when the token was last updated.
127 128 129 130 131 132 133 134 135 136 137 138 139 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 127 class AccessTokenItem < Struct.new( :id, :arn, :created_at, :dns_view_id, :expires_at, :global_resolver_id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |