Class: Aws::Route53GlobalResolver::Types::UpdateGlobalResolverInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::UpdateGlobalResolverInput
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the Global Resolver.
-
#global_resolver_id ⇒ String
The ID of the Global Resolver.
-
#ip_address_type ⇒ String
The IP address type for the Global Resolver.
-
#name ⇒ String
The name of the Global Resolver.
-
#observability_region ⇒ String
The Amazon Web Services Regions in which the users' Global Resolver query resolution logs will be propagated.
Instance Attribute Details
#description ⇒ String
The description of the Global Resolver.
4380 4381 4382 4383 4384 4385 4386 4387 4388 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4380 class UpdateGlobalResolverInput < Struct.new( :global_resolver_id, :name, :observability_region, :description, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#global_resolver_id ⇒ String
The ID of the Global Resolver.
4380 4381 4382 4383 4384 4385 4386 4387 4388 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4380 class UpdateGlobalResolverInput < Struct.new( :global_resolver_id, :name, :observability_region, :description, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#ip_address_type ⇒ String
The IP address type for the Global Resolver. Valid values are IPV4 or DUAL_STACK for both IPv4 and IPv6 support.
4380 4381 4382 4383 4384 4385 4386 4387 4388 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4380 class UpdateGlobalResolverInput < Struct.new( :global_resolver_id, :name, :observability_region, :description, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Global Resolver.
4380 4381 4382 4383 4384 4385 4386 4387 4388 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4380 class UpdateGlobalResolverInput < Struct.new( :global_resolver_id, :name, :observability_region, :description, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#observability_region ⇒ String
The Amazon Web Services Regions in which the users' Global Resolver query resolution logs will be propagated.
4380 4381 4382 4383 4384 4385 4386 4387 4388 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4380 class UpdateGlobalResolverInput < Struct.new( :global_resolver_id, :name, :observability_region, :description, :ip_address_type) SENSITIVE = [] include Aws::Structure end |