Class: Aws::Types::GPSCoordinates
- Inherits:
-
Object
- Object
- Aws::Types::GPSCoordinates
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#latitude ⇒ ::Float
Returns the value of attribute latitude.
-
#longitude ⇒ ::Float
Returns the value of attribute longitude.
Instance Attribute Details
#latitude ⇒ ::Float
Returns the value of attribute latitude.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 def latitude @latitude end |
#longitude ⇒ ::Float
Returns the value of attribute longitude.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def longitude @longitude end |