Class: Aws::Types::Coordinates
- Inherits:
-
Object
- Object
- Aws::Types::Coordinates
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#latitude ⇒ ::String
Returns the value of attribute latitude.
-
#longitude ⇒ ::String
Returns the value of attribute longitude.
Instance Attribute Details
#latitude ⇒ ::String
Returns the value of attribute latitude.
190 191 192 |
# File 'sig/types.rbs', line 190 def latitude @latitude end |
#longitude ⇒ ::String
Returns the value of attribute longitude.
191 192 193 |
# File 'sig/types.rbs', line 191 def longitude @longitude end |