Class: Aws::Types::GetGeoLocationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetGeoLocationRequest
- 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.
567 568 569 |
# File 'sig/types.rbs', line 567 def continent_code @continent_code end |
#country_code ⇒ ::String
Returns the value of attribute country_code.
568 569 570 |
# File 'sig/types.rbs', line 568 def country_code @country_code end |
#subdivision_code ⇒ ::String
Returns the value of attribute subdivision_code.
569 570 571 |
# File 'sig/types.rbs', line 569 def subdivision_code @subdivision_code end |