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.
-
#lat ⇒ ::Float
Returns the value of attribute lat.
-
#lon ⇒ ::Float
Returns the value of attribute lon.
Instance Attribute Details
#city ⇒ ::String
Returns the value of attribute city.
6654 6655 6656 |
# File 'sig/types.rbs', line 6654 def city @city end |
#country ⇒ ::String
Returns the value of attribute country.
6655 6656 6657 |
# File 'sig/types.rbs', line 6655 def country @country end |
#lat ⇒ ::Float
Returns the value of attribute lat.
6656 6657 6658 |
# File 'sig/types.rbs', line 6656 def lat @lat end |
#lon ⇒ ::Float
Returns the value of attribute lon.
6657 6658 6659 |
# File 'sig/types.rbs', line 6657 def lon @lon end |