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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6726
6727
6728
6729
6730
# File 'lib/aws-sdk-georoutes/types.rb', line 6726

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