class Aws::Route53::Types::HostedZone
A complex type that contains general information about the hosted zone.
@!attribute [rw] id
The ID that Amazon Route 53 assigned to the hosted zone when you created it. @return [String]
@!attribute [rw] name
The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar. For information about how to specify characters other than `a-z`, `0-9`, and `-` (hyphen) and how to specify internationalized domain names, see [CreateHostedZone][1]. [1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateHostedZone.html @return [String]
@!attribute [rw] caller_reference
The value that you specified for `CallerReference` when you created the hosted zone. @return [String]
@!attribute [rw] config
A complex type that includes the `Comment` and `PrivateZone` elements. If you omitted the `HostedZoneConfig` and `Comment` elements from the request, the `Config` and `Comment` elements don't appear in the response. @return [Types::HostedZoneConfig]
@!attribute [rw] resource_record_set_count
The number of resource record sets in the hosted zone. @return [Integer]
@!attribute [rw] linked_service
If the hosted zone was created by another service, the service that created the hosted zone. When a hosted zone is created by another service, you can't edit or delete it using Route 53. @return [Types::LinkedService]
@see docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/HostedZone AWS API Documentation
Constants
- SENSITIVE