Class: Aws::Route53GlobalResolver::Types::AssociateHostedZoneOutput

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

#created_atTime

The date and time the private hosted zone association was created.

Returns:

  • (Time)


202
203
204
205
206
207
208
209
210
211
212
213
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 202

class AssociateHostedZoneOutput < Struct.new(
  :id,
  :resource_arn,
  :hosted_zone_id,
  :hosted_zone_name,
  :name,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#hosted_zone_idString

ID of the private hosted zone.

Returns:

  • (String)


202
203
204
205
206
207
208
209
210
211
212
213
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 202

class AssociateHostedZoneOutput < Struct.new(
  :id,
  :resource_arn,
  :hosted_zone_id,
  :hosted_zone_name,
  :name,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#hosted_zone_nameString

Name of the hosted zone (also the domain associated with the hosted zone).

Returns:

  • (String)


202
203
204
205
206
207
208
209
210
211
212
213
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 202

class AssociateHostedZoneOutput < Struct.new(
  :id,
  :resource_arn,
  :hosted_zone_id,
  :hosted_zone_name,
  :name,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

ID of the association.

Returns:

  • (String)


202
203
204
205
206
207
208
209
210
211
212
213
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 202

class AssociateHostedZoneOutput < Struct.new(
  :id,
  :resource_arn,
  :hosted_zone_id,
  :hosted_zone_name,
  :name,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name for the private hosted zone association.

Returns:

  • (String)


202
203
204
205
206
207
208
209
210
211
212
213
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 202

class AssociateHostedZoneOutput < Struct.new(
  :id,
  :resource_arn,
  :hosted_zone_id,
  :hosted_zone_name,
  :name,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

An Amazon Resource Name (ARN) of the Route 53 Global Resolver the private hosted zone is associated to.

Returns:

  • (String)


202
203
204
205
206
207
208
209
210
211
212
213
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 202

class AssociateHostedZoneOutput < Struct.new(
  :id,
  :resource_arn,
  :hosted_zone_id,
  :hosted_zone_name,
  :name,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Aggregate status for all the AWS Regions in which the Route 53 Global Resolver exists.

Returns:

  • (String)


202
203
204
205
206
207
208
209
210
211
212
213
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 202

class AssociateHostedZoneOutput < Struct.new(
  :id,
  :resource_arn,
  :hosted_zone_id,
  :hosted_zone_name,
  :name,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time the private hosted zone association was modified.

Returns:

  • (Time)


202
203
204
205
206
207
208
209
210
211
212
213
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 202

class AssociateHostedZoneOutput < Struct.new(
  :id,
  :resource_arn,
  :hosted_zone_id,
  :hosted_zone_name,
  :name,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end