class Aws::Route53::Types::ListHostedZonesByNameResponse

A complex type that contains the response information for the request.

@!attribute [rw] hosted_zones

A complex type that contains general information about the hosted
zone.
@return [Array<Types::HostedZone>]

@!attribute [rw] dns_name

For the second and subsequent calls to `ListHostedZonesByName`,
`DNSName` is the value that you specified for the `dnsname`
parameter in the request that produced the current response.
@return [String]

@!attribute [rw] hosted_zone_id

The ID that Amazon Route 53 assigned to the hosted zone when you
created it.
@return [String]

@!attribute [rw] is_truncated

A flag that indicates whether there are more hosted zones to be
listed. If the response was truncated, you can get the next group of
`maxitems` hosted zones by calling `ListHostedZonesByName` again and
specifying the values of `NextDNSName` and `NextHostedZoneId`
elements in the `dnsname` and `hostedzoneid` parameters.
@return [Boolean]

@!attribute [rw] next_dns_name

If `IsTruncated` is true, the value of `NextDNSName` is the name of
the first hosted zone in the next group of `maxitems` hosted zones.
Call `ListHostedZonesByName` again and specify the value of
`NextDNSName` and `NextHostedZoneId` in the `dnsname` and
`hostedzoneid` parameters, respectively.

This element is present only if `IsTruncated` is `true`.
@return [String]

@!attribute [rw] next_hosted_zone_id

If `IsTruncated` is `true`, the value of `NextHostedZoneId`
identifies the first hosted zone in the next group of `maxitems`
hosted zones. Call `ListHostedZonesByName` again and specify the
value of `NextDNSName` and `NextHostedZoneId` in the `dnsname` and
`hostedzoneid` parameters, respectively.

This element is present only if `IsTruncated` is `true`.
@return [String]

@!attribute [rw] max_items

The value that you specified for the `maxitems` parameter in the
call to `ListHostedZonesByName` that produced the current response.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListHostedZonesByNameResponse AWS API Documentation

Constants

SENSITIVE