Class: Aws::Types::ListGeoLocationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListGeoLocationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#start_continent_code ⇒ ::String
Returns the value of attribute start_continent_code.
-
#start_country_code ⇒ ::String
Returns the value of attribute start_country_code.
-
#start_subdivision_code ⇒ ::String
Returns the value of attribute start_subdivision_code.
Instance Attribute Details
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def max_items @max_items end |
#start_continent_code ⇒ ::String
Returns the value of attribute start_continent_code.
997 998 999 |
# File 'sig/types.rbs', line 997 def start_continent_code @start_continent_code end |
#start_country_code ⇒ ::String
Returns the value of attribute start_country_code.
998 999 1000 |
# File 'sig/types.rbs', line 998 def start_country_code @start_country_code end |
#start_subdivision_code ⇒ ::String
Returns the value of attribute start_subdivision_code.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def start_subdivision_code @start_subdivision_code end |