Class: Aws::Types::CalculateRouteSummary
- Inherits:
-
Object
- Object
- Aws::Types::CalculateRouteSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source ⇒ ::String
Returns the value of attribute data_source.
-
#distance ⇒ ::Float
Returns the value of attribute distance.
-
#distance_unit ⇒ "Kilometers", "Miles"
Returns the value of attribute distance_unit.
-
#duration_seconds ⇒ ::Float
Returns the value of attribute duration_seconds.
-
#route_b_box ⇒ ::Array[::Float]
Returns the value of attribute route_b_box.
Instance Attribute Details
#data_source ⇒ ::String
Returns the value of attribute data_source.
238 239 240 |
# File 'sig/types.rbs', line 238 def data_source @data_source end |
#distance ⇒ ::Float
Returns the value of attribute distance.
239 240 241 |
# File 'sig/types.rbs', line 239 def distance @distance end |
#distance_unit ⇒ "Kilometers", "Miles"
Returns the value of attribute distance_unit.
241 242 243 |
# File 'sig/types.rbs', line 241 def distance_unit @distance_unit end |
#duration_seconds ⇒ ::Float
Returns the value of attribute duration_seconds.
240 241 242 |
# File 'sig/types.rbs', line 240 def duration_seconds @duration_seconds end |
#route_b_box ⇒ ::Array[::Float]
Returns the value of attribute route_b_box.
237 238 239 |
# File 'sig/types.rbs', line 237 def route_b_box @route_b_box end |