Class: Aws::Types::NetworkGeoLocation
- Inherits:
-
Object
- Object
- Aws::Types::NetworkGeoLocation
- 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.
-
#latitude ⇒ ::Float
Returns the value of attribute latitude.
-
#longitude ⇒ ::Float
Returns the value of attribute longitude.
Instance Attribute Details
#city ⇒ ::String
Returns the value of attribute city.
2253 2254 2255 |
# File 'sig/types.rbs', line 2253 def city @city end |
#country ⇒ ::String
Returns the value of attribute country.
2254 2255 2256 |
# File 'sig/types.rbs', line 2254 def country @country end |
#latitude ⇒ ::Float
Returns the value of attribute latitude.
2255 2256 2257 |
# File 'sig/types.rbs', line 2255 def latitude @latitude end |
#longitude ⇒ ::Float
Returns the value of attribute longitude.
2256 2257 2258 |
# File 'sig/types.rbs', line 2256 def longitude @longitude end |