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
- Struct
- Aws::Route53::Types::ListHostedZonesByVPCResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#hosted_zone_summaries ⇒ Array<Types::HostedZoneSummary>
A list that contains one
HostedZoneSummaryelement for each hosted zone that the specified Amazon VPC is associated with. -
#max_items ⇒ Integer
The value that you specified for
MaxItemsin the most recentListHostedZonesByVPCrequest. -
#next_token ⇒ String
The value that you specified for
NextTokenin the most recentListHostedZonesByVPCrequest.
Instance Attribute Details
#hosted_zone_summaries ⇒ Array<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.
#max_items ⇒ Integer
The value that you specified for MaxItems in the most recent
ListHostedZonesByVPC request.
#next_token ⇒ String
The value that you specified for NextToken in the most recent
ListHostedZonesByVPC request.