Class: Aws::GeoRoutes::Types::WaypointOptimizationTrafficOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::WaypointOptimizationTrafficOptions
- 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
-
#usage ⇒ String
Determines if traffic should be used or ignored while calculating the route.
Instance Attribute Details
#usage ⇒ String
Determines if traffic should be used or ignored while calculating the route.
Default Value: UseTrafficData
6726 6727 6728 6729 6730 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6726 class WaypointOptimizationTrafficOptions < Struct.new( :usage) SENSITIVE = [] include Aws::Structure end |