Module: Aws::Route53::Client::_ListGeoLocationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListGeoLocationsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #geo_location_details_list ⇒ ::Array[Types::GeoLocationDetails]
- #is_truncated ⇒ Boolean
- #max_items ⇒ ::Integer
- #next_continent_code ⇒ ::String
- #next_country_code ⇒ ::String
- #next_subdivision_code ⇒ ::String
Instance Method Details
#geo_location_details_list ⇒ ::Array[Types::GeoLocationDetails]
729 |
# File 'sig/client.rbs', line 729
def geo_location_details_list: () -> ::Array[Types::GeoLocationDetails]
|
#is_truncated ⇒ Boolean
730 |
# File 'sig/client.rbs', line 730
def is_truncated: () -> bool
|
#max_items ⇒ ::Integer
734 |
# File 'sig/client.rbs', line 734
def max_items: () -> ::Integer
|
#next_continent_code ⇒ ::String
731 |
# File 'sig/client.rbs', line 731
def next_continent_code: () -> ::String
|
#next_country_code ⇒ ::String
732 |
# File 'sig/client.rbs', line 732
def next_country_code: () -> ::String
|
#next_subdivision_code ⇒ ::String
733 |
# File 'sig/client.rbs', line 733
def next_subdivision_code: () -> ::String
|