Class: Aws::Types::CalculateRouteCarModeOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:avoid_ferries, :avoid_tolls])

Instance Attribute Summary collapse

Instance Attribute Details

#avoid_ferriesBoolean

Returns the value of attribute avoid_ferries.

Returns:

  • (Boolean)


177
178
179
# File 'sig/types.rbs', line 177

def avoid_ferries
  @avoid_ferries
end

#avoid_tollsBoolean

Returns the value of attribute avoid_tolls.

Returns:

  • (Boolean)


178
179
180
# File 'sig/types.rbs', line 178

def avoid_tolls
  @avoid_tolls
end