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

Class: Aws::Route53::Types::CreateHostedZoneResponse

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

Overview

A complex type containing the response information for the hosted zone.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#change_infoTypes::ChangeInfo

A complex type that contains information about the CreateHostedZone request.

Returns:

  • (Types::ChangeInfo)

    A complex type that contains information about the CreateHostedZone request.

#delegation_setTypes::DelegationSet

A complex type that describes the name servers for this hosted zone.

Returns:

#hosted_zoneTypes::HostedZone

A complex type that contains general information about the hosted zone.

Returns:

  • (Types::HostedZone)

    A complex type that contains general information about the hosted zone.

#locationString

The unique URL representing the new hosted zone.

Returns:

  • (String)

    The unique URL representing the new hosted zone.

#vpcTypes::VPC

A complex type that contains information about an Amazon VPC that you associated with this hosted zone.

Returns:

  • (Types::VPC)

    A complex type that contains information about an Amazon VPC that you associated with this hosted zone.