Class: Aws::GeoRoutes::Types::WaypointOptimizationTrafficOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb

Overview

Options related to traffic.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#usageString

Determines if traffic should be used or ignored while calculating the route.

Default value: UseTrafficData

Returns:

  • (String)


7477
7478
7479
7480
7481
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 7477

class WaypointOptimizationTrafficOptions < Struct.new(
  :usage)
  SENSITIVE = []
  include Aws::Structure
end