Class: Aws::Types::Location
- Inherits:
-
Object
- Object
- Aws::Types::Location
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address ⇒ ::String
Returns the value of attribute address.
-
#latitude ⇒ ::String
Returns the value of attribute latitude.
-
#longitude ⇒ ::String
Returns the value of attribute longitude.
Instance Attribute Details
#address ⇒ ::String
Returns the value of attribute address.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def address @address end |
#latitude ⇒ ::String
Returns the value of attribute latitude.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def latitude @latitude end |
#longitude ⇒ ::String
Returns the value of attribute longitude.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def longitude @longitude end |