NAME
Paws::Route53::ListGeoLocationsResponse
ATTRIBUTES
MaxItems => Str
The maximum number of geo locations you want in the response body.
StartContinentCode => Str
The first continent code in the lexicographic ordering of geo locations that you want the ListGeoLocations
request to list. For non-continent geo locations, this should be null.
Valid values: AF
| AN
| AS
| EU
| OC
| NA
| SA
Constraint: Specifying ContinentCode
with either CountryCode
or SubdivisionCode
returns an InvalidInput error.
StartCountryCode => Str
The first country code in the lexicographic ordering of geo locations that you want the ListGeoLocations
request to list.
The default geo location uses a *
for the country code. All other country codes follow the ISO 3166 two-character code.
StartSubdivisionCode => Str
The first subdivision code in the lexicographic ordering of geo locations that you want the ListGeoLocations
request to list.
Constraint: Specifying SubdivisionCode
without CountryCode
returns an InvalidInput error.