Class: Aws::Types::GeocoderHierarchy
- Inherits:
-
Object
- Object
- Aws::Types::GeocoderHierarchy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#city ⇒ ::String
Returns the value of attribute city.
-
#country ⇒ ::String
Returns the value of attribute country.
-
#county ⇒ ::String
Returns the value of attribute county.
-
#post_code ⇒ ::String
Returns the value of attribute post_code.
-
#state ⇒ ::String
Returns the value of attribute state.
Instance Attribute Details
#city ⇒ ::String
Returns the value of attribute city.
6365 6366 6367 |
# File 'sig/types.rbs', line 6365 def city @city end |
#country ⇒ ::String
Returns the value of attribute country.
6362 6363 6364 |
# File 'sig/types.rbs', line 6362 def country @country end |
#county ⇒ ::String
Returns the value of attribute county.
6364 6365 6366 |
# File 'sig/types.rbs', line 6364 def county @county end |
#post_code ⇒ ::String
Returns the value of attribute post_code.
6366 6367 6368 |
# File 'sig/types.rbs', line 6366 def post_code @post_code end |
#state ⇒ ::String
Returns the value of attribute state.
6363 6364 6365 |
# File 'sig/types.rbs', line 6363 def state @state end |