Module: Aws::Route53::Client::_ListHostedZonesByNameResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListHostedZonesByNameResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #dns_name ⇒ ::String
- #hosted_zone_id ⇒ ::String
- #hosted_zones ⇒ ::Array[Types::HostedZone]
- #is_truncated ⇒ Boolean
- #max_items ⇒ ::Integer
- #next_dns_name ⇒ ::String
- #next_hosted_zone_id ⇒ ::String
Instance Method Details
#dns_name ⇒ ::String
780 |
# File 'sig/client.rbs', line 780
def dns_name: () -> ::String
|
#hosted_zone_id ⇒ ::String
781 |
# File 'sig/client.rbs', line 781
def hosted_zone_id: () -> ::String
|
#hosted_zones ⇒ ::Array[Types::HostedZone]
779 |
# File 'sig/client.rbs', line 779
def hosted_zones: () -> ::Array[Types::HostedZone]
|
#is_truncated ⇒ Boolean
782 |
# File 'sig/client.rbs', line 782
def is_truncated: () -> bool
|
#max_items ⇒ ::Integer
785 |
# File 'sig/client.rbs', line 785
def max_items: () -> ::Integer
|
#next_dns_name ⇒ ::String
783 |
# File 'sig/client.rbs', line 783
def next_dns_name: () -> ::String
|
#next_hosted_zone_id ⇒ ::String
784 |
# File 'sig/client.rbs', line 784
def next_hosted_zone_id: () -> ::String
|