Class: Aws::Types::ListGeoLocationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListGeoLocationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#geo_location_details_list ⇒ ::Array[Types::GeoLocationDetails]
Returns the value of attribute geo_location_details_list.
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#next_continent_code ⇒ ::String
Returns the value of attribute next_continent_code.
-
#next_country_code ⇒ ::String
Returns the value of attribute next_country_code.
-
#next_subdivision_code ⇒ ::String
Returns the value of attribute next_subdivision_code.
Instance Attribute Details
#geo_location_details_list ⇒ ::Array[Types::GeoLocationDetails]
Returns the value of attribute geo_location_details_list.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def geo_location_details_list @geo_location_details_list end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def is_truncated @is_truncated end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def max_items @max_items end |
#next_continent_code ⇒ ::String
Returns the value of attribute next_continent_code.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def next_continent_code @next_continent_code end |
#next_country_code ⇒ ::String
Returns the value of attribute next_country_code.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def next_country_code @next_country_code end |
#next_subdivision_code ⇒ ::String
Returns the value of attribute next_subdivision_code.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def next_subdivision_code @next_subdivision_code end |