Class: Aws::Types::GPSPointDimension
- Inherits:
-
Object
- Object
- Aws::Types::GPSPointDimension
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#coordinates ⇒ Types::GPSCoordinates
Returns the value of attribute coordinates.
-
#range_in_kilometers ⇒ ::Float
Returns the value of attribute range_in_kilometers.
Instance Attribute Details
#coordinates ⇒ Types::GPSCoordinates
Returns the value of attribute coordinates.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def coordinates @coordinates end |
#range_in_kilometers ⇒ ::Float
Returns the value of attribute range_in_kilometers.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def range_in_kilometers @range_in_kilometers end |