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.
5851 5852 5853 |
# File 'sig/types.rbs', line 5851 def lat @lat end |
#lon ⇒ ::Float
Returns the value of attribute lon.
5850 5851 5852 |
# File 'sig/types.rbs', line 5850 def lon @lon end |