Class: Aws::Types::GeoLocation
- Inherits:
-
Object
- Object
- Aws::Types::GeoLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lat ⇒ ::Float
Returns the value of attribute lat.
-
#lon ⇒ ::Float
Returns the value of attribute lon.
Instance Attribute Details
#lat ⇒ ::Float
Returns the value of attribute lat.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def lat @lat end |
#lon ⇒ ::Float
Returns the value of attribute lon.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def lon @lon end |