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.
6099 6100 6101 |
# File 'sig/types.rbs', line 6099 def city @city end |
#country ⇒ ::String
Returns the value of attribute country.
6096 6097 6098 |
# File 'sig/types.rbs', line 6096 def country @country end |
#county ⇒ ::String
Returns the value of attribute county.
6098 6099 6100 |
# File 'sig/types.rbs', line 6098 def county @county end |
#post_code ⇒ ::String
Returns the value of attribute post_code.
6100 6101 6102 |
# File 'sig/types.rbs', line 6100 def post_code @post_code end |
#state ⇒ ::String
Returns the value of attribute state.
6097 6098 6099 |
# File 'sig/types.rbs', line 6097 def state @state end |