Module: Aws::Route53::Client::_ListHostedZonesByVPCResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListHostedZonesByVPCResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #hosted_zone_summaries ⇒ ::Array[Types::HostedZoneSummary]
- #max_items ⇒ ::Integer
- #next_token ⇒ ::String
Instance Method Details
#hosted_zone_summaries ⇒ ::Array[Types::HostedZoneSummary]
797 |
# File 'sig/client.rbs', line 797
def hosted_zone_summaries: () -> ::Array[Types::HostedZoneSummary]
|
#max_items ⇒ ::Integer
798 |
# File 'sig/client.rbs', line 798
def max_items: () -> ::Integer
|
#next_token ⇒ ::String
799 |
# File 'sig/client.rbs', line 799
def next_token: () -> ::String
|