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

Class: Aws::Route53::Types::GetHostedZoneResponse

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

Overview

A complex type that contain the response to a GetHostedZone request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#delegation_setTypes::DelegationSet

A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.

Returns:

  • (Types::DelegationSet)

    A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.

#hosted_zoneTypes::HostedZone

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

Returns:

  • (Types::HostedZone)

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

#vp_csArray<Types::VPC>

A complex type that contains information about the VPCs that are associated with the specified hosted zone.

Returns:

  • (Array<Types::VPC>)

    A complex type that contains information about the VPCs that are associated with the specified hosted zone.