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

Class: Aws::Route53::Types::HostedZoneSummary

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

Overview

In the response to a ListHostedZonesByVPC request, the HostedZoneSummaries element contains one HostedZoneSummary element for each hosted zone that the specified Amazon VPC is associated with. Each HostedZoneSummary element contains the hosted zone name and ID, and information about who owns the hosted zone.

Instance Attribute Summary collapse

Instance Attribute Details

#hosted_zone_idString

The Route 53 hosted zone ID of a private hosted zone that the specified VPC is associated with.

Returns:

  • (String)

    The Route 53 hosted zone ID of a private hosted zone that the specified VPC is associated with.

#nameString

The name of the private hosted zone, such as example.com.

Returns:

  • (String)

    The name of the private hosted zone, such as example.com.

#ownerTypes::HostedZoneOwner

The owner of a private hosted zone that the specified VPC is associated with. The owner can be either an AWS account or an AWS service.

Returns: