Class: Aws::GeoRoutes::Types::WaypointOptimizationDestinationOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::WaypointOptimizationDestinationOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Destination related options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_hours ⇒ Types::WaypointOptimizationAccessHours
Access hours corresponding to when a waypoint can be visited.
-
#appointment_time ⇒ String
Appointment time at the destination.
-
#heading ⇒ Float
GPS Heading at the position.
-
#id ⇒ String
The waypoint Id.
-
#service_duration ⇒ Integer
Service time spent at the destination.
-
#side_of_street ⇒ Types::WaypointOptimizationSideOfStreetOptions
Options to configure matching the provided position to a side of the street.
Instance Attribute Details
#access_hours ⇒ Types::WaypointOptimizationAccessHours
Access hours corresponding to when a waypoint can be visited.
6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 |
# File 'lib/aws-sdk-georoutes/types.rb', line 6283 class WaypointOptimizationDestinationOptions < Struct.new( :access_hours, :appointment_time, :heading, :id, :service_duration, :side_of_street) SENSITIVE = [] include Aws::Structure end |
#appointment_time ⇒ String
Appointment time at the destination.
6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 |
# File 'lib/aws-sdk-georoutes/types.rb', line 6283 class WaypointOptimizationDestinationOptions < Struct.new( :access_hours, :appointment_time, :heading, :id, :service_duration, :side_of_street) SENSITIVE = [] include Aws::Structure end |
#heading ⇒ Float
GPS Heading at the position.
6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 |
# File 'lib/aws-sdk-georoutes/types.rb', line 6283 class WaypointOptimizationDestinationOptions < Struct.new( :access_hours, :appointment_time, :heading, :id, :service_duration, :side_of_street) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The waypoint Id.
6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 |
# File 'lib/aws-sdk-georoutes/types.rb', line 6283 class WaypointOptimizationDestinationOptions < Struct.new( :access_hours, :appointment_time, :heading, :id, :service_duration, :side_of_street) SENSITIVE = [] include Aws::Structure end |
#service_duration ⇒ Integer
Service time spent at the destination. At an appointment, the service time should be the appointment duration.
Unit: ‘seconds`
6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 |
# File 'lib/aws-sdk-georoutes/types.rb', line 6283 class WaypointOptimizationDestinationOptions < Struct.new( :access_hours, :appointment_time, :heading, :id, :service_duration, :side_of_street) SENSITIVE = [] include Aws::Structure end |
#side_of_street ⇒ Types::WaypointOptimizationSideOfStreetOptions
Options to configure matching the provided position to a side of the street.
6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 |
# File 'lib/aws-sdk-georoutes/types.rb', line 6283 class WaypointOptimizationDestinationOptions < Struct.new( :access_hours, :appointment_time, :heading, :id, :service_duration, :side_of_street) SENSITIVE = [] include Aws::Structure end |