You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Route53::Types::HostedZoneConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing HostedZoneConfig as input to an Aws::Client method, you can use a vanilla Hash:

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

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#commentString

Any comments that you want to include about the hosted zone.

Returns:

  • (String)

    Any comments that you want to include about the hosted zone.

#private_zoneBoolean

A value that indicates whether this is a private hosted zone.

Returns:

  • (Boolean)

    A value that indicates whether this is a private hosted zone.