Class: Aws::Route53GlobalResolver::Types::GetGlobalResolverOutput

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

#arnString

The Amazon Resource Name (ARN) of the Global Resolver.

Returns:

  • (String)


2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2998

class GetGlobalResolverOutput < 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_tokenString

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.

Returns:

  • (String)


2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2998

class GetGlobalResolverOutput < 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_atTime

The date and time the Global Resolver was created.

Returns:

  • (Time)


2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2998

class GetGlobalResolverOutput < 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

#descriptionString

The description of the Global Resolver.

Returns:

  • (String)


2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2998

class GetGlobalResolverOutput < 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_nameString

The hostname used by the customers' DNS clients for certification validation.

Returns:

  • (String)


2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2998

class GetGlobalResolverOutput < 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

#idString

The ID of the Global Resolver.

Returns:

  • (String)


2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2998

class GetGlobalResolverOutput < 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_typeString

The IP address type configured for the Global Resolver.

Returns:

  • (String)


2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2998

class GetGlobalResolverOutput < 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_addressesArray<String>

List of anycast IPv4 addresses associated with the Global Resolver instance.

Returns:

  • (Array<String>)


2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2998

class GetGlobalResolverOutput < 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_addressesArray<String>

List of anycast IPv6 addresses associated with the Global Resolver instance. This field is only populated when ipAddressType is DUAL_STACK.

Returns:

  • (Array<String>)


2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2998

class GetGlobalResolverOutput < 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

#nameString

The name of the Global Resolver.

Returns:

  • (String)


2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2998

class GetGlobalResolverOutput < 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_regionString

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

Returns:

  • (String)


2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2998

class GetGlobalResolverOutput < 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

#regionsArray<String>

The Amazon Web Services Regions in which the Global Resolver operate.

Returns:

  • (Array<String>)


2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2998

class GetGlobalResolverOutput < 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

#statusString

The operational status of the Global Resolver.

Returns:

  • (String)


2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2998

class GetGlobalResolverOutput < 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_atTime

The date and time the Global Resolver was updated.

Returns:

  • (Time)


2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2998

class GetGlobalResolverOutput < 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