Class: Aws::Route53GlobalResolver::Types::GlobalResolversItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::GlobalResolversItem
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Summary information about a global resolver.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the global resolver.
-
#client_token ⇒ String
The unique string that identifies the request and ensures idempotency.
-
#created_at ⇒ Time
The date and time when the global resolver was created.
-
#description ⇒ String
A description of the global resolver.
-
#dns_name ⇒ String
The DNS name of the global resolver.
-
#id ⇒ String
The unique identifier of the global resolver.
-
#ip_address_type ⇒ String
The IP address type configured for the global resolver.
-
#ipv4_addresses ⇒ Array<String>
The IPv4 addresses assigned to the global resolver.
-
#ipv6_addresses ⇒ Array<String>
The IPv6 addresses assigned to the global resolver.
-
#name ⇒ String
The name of the global resolver.
-
#observability_region ⇒ String
The Amazon Web Services Region where observability data is collected for the global resolver.
-
#regions ⇒ Array<String>
The Amazon Web Services Regions where the global resolver is deployed.
-
#status ⇒ String
The current status of the global resolver.
-
#updated_at ⇒ Time
The date and time when the global resolver was last updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the global resolver.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3180 class GlobalResolversItem < Struct.new( :id, :arn, :client_token, :dns_name, :observability_region, :name, :description, :regions, :created_at, :updated_at, :status, :ipv4_addresses, :ipv6_addresses, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
The unique string that identifies the request and ensures idempotency.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3180 class GlobalResolversItem < Struct.new( :id, :arn, :client_token, :dns_name, :observability_region, :name, :description, :regions, :created_at, :updated_at, :status, :ipv4_addresses, :ipv6_addresses, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time when the global resolver was created.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3180 class GlobalResolversItem < Struct.new( :id, :arn, :client_token, :dns_name, :observability_region, :name, :description, :regions, :created_at, :updated_at, :status, :ipv4_addresses, :ipv6_addresses, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the global resolver.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3180 class GlobalResolversItem < Struct.new( :id, :arn, :client_token, :dns_name, :observability_region, :name, :description, :regions, :created_at, :updated_at, :status, :ipv4_addresses, :ipv6_addresses, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#dns_name ⇒ String
The DNS name of the global resolver.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3180 class GlobalResolversItem < Struct.new( :id, :arn, :client_token, :dns_name, :observability_region, :name, :description, :regions, :created_at, :updated_at, :status, :ipv4_addresses, :ipv6_addresses, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the global resolver.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3180 class GlobalResolversItem < Struct.new( :id, :arn, :client_token, :dns_name, :observability_region, :name, :description, :regions, :created_at, :updated_at, :status, :ipv4_addresses, :ipv6_addresses, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#ip_address_type ⇒ String
The IP address type configured for the global resolver.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3180 class GlobalResolversItem < Struct.new( :id, :arn, :client_token, :dns_name, :observability_region, :name, :description, :regions, :created_at, :updated_at, :status, :ipv4_addresses, :ipv6_addresses, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#ipv4_addresses ⇒ Array<String>
The IPv4 addresses assigned to the global resolver.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3180 class GlobalResolversItem < Struct.new( :id, :arn, :client_token, :dns_name, :observability_region, :name, :description, :regions, :created_at, :updated_at, :status, :ipv4_addresses, :ipv6_addresses, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#ipv6_addresses ⇒ Array<String>
The IPv6 addresses assigned to the global resolver. This field is only populated when ipAddressType is DUAL_STACK.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3180 class GlobalResolversItem < Struct.new( :id, :arn, :client_token, :dns_name, :observability_region, :name, :description, :regions, :created_at, :updated_at, :status, :ipv4_addresses, :ipv6_addresses, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the global resolver.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3180 class GlobalResolversItem < Struct.new( :id, :arn, :client_token, :dns_name, :observability_region, :name, :description, :regions, :created_at, :updated_at, :status, :ipv4_addresses, :ipv6_addresses, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#observability_region ⇒ String
The Amazon Web Services Region where observability data is collected for the global resolver.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3180 class GlobalResolversItem < Struct.new( :id, :arn, :client_token, :dns_name, :observability_region, :name, :description, :regions, :created_at, :updated_at, :status, :ipv4_addresses, :ipv6_addresses, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#regions ⇒ Array<String>
The Amazon Web Services Regions where the global resolver is deployed.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3180 class GlobalResolversItem < Struct.new( :id, :arn, :client_token, :dns_name, :observability_region, :name, :description, :regions, :created_at, :updated_at, :status, :ipv4_addresses, :ipv6_addresses, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the global resolver.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3180 class GlobalResolversItem < Struct.new( :id, :arn, :client_token, :dns_name, :observability_region, :name, :description, :regions, :created_at, :updated_at, :status, :ipv4_addresses, :ipv6_addresses, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time when the global resolver was last updated.
3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3180 class GlobalResolversItem < Struct.new( :id, :arn, :client_token, :dns_name, :observability_region, :name, :description, :regions, :created_at, :updated_at, :status, :ipv4_addresses, :ipv6_addresses, :ip_address_type) SENSITIVE = [] include Aws::Structure end |