Class: Aws::Route53GlobalResolver::Types::UpdateGlobalResolverInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the Global Resolver.

Returns:

  • (String)


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_idString

The ID of the Global Resolver.

Returns:

  • (String)


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_typeString

The IP address type for the Global Resolver. Valid values are IPV4 or DUAL_STACK for both IPv4 and IPv6 support.

Returns:

  • (String)


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

#nameString

The name of the Global Resolver.

Returns:

  • (String)


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_regionString

The Amazon Web Services Regions in which the users' Global Resolver query resolution logs will be propagated.

Returns:

  • (String)


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