class Aws::Route53::Types::HostedZoneConfig

A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the `HostedZoneConfig` and `Comment` elements.

@note When making an API call, you may pass HostedZoneConfig

data as a hash:

    {
      comment: "ResourceDescription",
      private_zone: false,
    }

@!attribute [rw] comment

Any comments that you want to include about the hosted zone.
@return [String]

@!attribute [rw] private_zone

A value that indicates whether this is a private hosted zone.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/HostedZoneConfig AWS API Documentation

Constants

SENSITIVE