Class: Aws::Types::GeoLocation
- Inherits:
-
Object
- Object
- Aws::Types::GeoLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#continent_code ⇒ ::String
Returns the value of attribute continent_code.
-
#country_code ⇒ ::String
Returns the value of attribute country_code.
-
#subdivision_code ⇒ ::String
Returns the value of attribute subdivision_code.
Instance Attribute Details
#continent_code ⇒ ::String
Returns the value of attribute continent_code.
502 503 504 |
# File 'sig/types.rbs', line 502 def continent_code @continent_code end |
#country_code ⇒ ::String
Returns the value of attribute country_code.
503 504 505 |
# File 'sig/types.rbs', line 503 def country_code @country_code end |
#subdivision_code ⇒ ::String
Returns the value of attribute subdivision_code.
504 505 506 |
# File 'sig/types.rbs', line 504 def subdivision_code @subdivision_code end |