Class: Aws::Route53GlobalResolver::Types::GlobalResolversItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the global resolver.

Returns:

  • (String)


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_tokenString

The unique string that identifies the request and ensures idempotency.

Returns:

  • (String)


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_atTime

The date and time when the global resolver was created.

Returns:

  • (Time)


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

#descriptionString

A description of the global resolver.

Returns:

  • (String)


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_nameString

The DNS name of the global resolver.

Returns:

  • (String)


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

#idString

The unique identifier of the global resolver.

Returns:

  • (String)


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_typeString

The IP address type configured for the global resolver.

Returns:

  • (String)


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

The IPv4 addresses assigned to the global resolver.

Returns:

  • (Array<String>)


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

The IPv6 addresses assigned to the global resolver. This field is only populated when ipAddressType is DUAL_STACK.

Returns:

  • (Array<String>)


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

#nameString

The name of the global resolver.

Returns:

  • (String)


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_regionString

The Amazon Web Services Region where observability data is collected for the global resolver.

Returns:

  • (String)


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

#regionsArray<String>

The Amazon Web Services Regions where the global resolver is deployed.

Returns:

  • (Array<String>)


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

#statusString

The current status of the global resolver.

Returns:

  • (String)


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_atTime

The date and time when the global resolver was last updated.

Returns:

  • (Time)


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