Class: Aws::Types::CalculateRouteTruckModeOptions
- Inherits:
-
Object
- Object
- Aws::Types::CalculateRouteTruckModeOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#avoid_ferries ⇒ Boolean
Returns the value of attribute avoid_ferries.
-
#avoid_tolls ⇒ Boolean
Returns the value of attribute avoid_tolls.
-
#dimensions ⇒ Types::TruckDimensions
Returns the value of attribute dimensions.
-
#weight ⇒ Types::TruckWeight
Returns the value of attribute weight.
Instance Attribute Details
#avoid_ferries ⇒ Boolean
Returns the value of attribute avoid_ferries.
246 247 248 |
# File 'sig/types.rbs', line 246 def avoid_ferries @avoid_ferries end |
#avoid_tolls ⇒ Boolean
Returns the value of attribute avoid_tolls.
247 248 249 |
# File 'sig/types.rbs', line 247 def avoid_tolls @avoid_tolls end |
#dimensions ⇒ Types::TruckDimensions
Returns the value of attribute dimensions.
248 249 250 |
# File 'sig/types.rbs', line 248 def dimensions @dimensions end |
#weight ⇒ Types::TruckWeight
Returns the value of attribute weight.
249 250 251 |
# File 'sig/types.rbs', line 249 def weight @weight end |