Class: Aws::Types::Location
- Inherits:
-
Object
- Object
- Aws::Types::Location
- 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.
958 959 960 |
# File 'sig/types.rbs', line 958 def latitude @latitude end |
#longitude ⇒ ::Float
Returns the value of attribute longitude.
959 960 961 |
# File 'sig/types.rbs', line 959 def longitude @longitude end |