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