Module: Aws::Route53::Client::_ListHostedZonesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListHostedZonesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #hosted_zones ⇒ ::Array[Types::HostedZone]
- #is_truncated ⇒ Boolean
- #marker ⇒ ::String
- #max_items ⇒ ::Integer
- #next_marker ⇒ ::String
Instance Method Details
#hosted_zones ⇒ ::Array[Types::HostedZone]
762 |
# File 'sig/client.rbs', line 762
def hosted_zones: () -> ::Array[Types::HostedZone]
|
#is_truncated ⇒ Boolean
764 |
# File 'sig/client.rbs', line 764
def is_truncated: () -> bool
|
#marker ⇒ ::String
763 |
# File 'sig/client.rbs', line 763
def marker: () -> ::String
|
#max_items ⇒ ::Integer
766 |
# File 'sig/client.rbs', line 766
def max_items: () -> ::Integer
|
#next_marker ⇒ ::String
765 |
# File 'sig/client.rbs', line 765
def next_marker: () -> ::String
|