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

Class: Aws::Route53::Types::ListHostedZonesByVPCResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#hosted_zone_summariesArray<Types::HostedZoneSummary>

A list that 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.

Returns:

  • (Array<Types::HostedZoneSummary>)

    A list that contains one HostedZoneSummary element for each hosted zone that the specified Amazon VPC is associated with.

#max_itemsInteger

The value that you specified for MaxItems in the most recent ListHostedZonesByVPC request.

Returns:

  • (Integer)

    The value that you specified for MaxItems in the most recent ListHostedZonesByVPC request.

#next_tokenString

The value that you specified for NextToken in the most recent ListHostedZonesByVPC request.

Returns:

  • (String)

    The value that you specified for NextToken in the most recent ListHostedZonesByVPC request.