Class: Aws::GeoRoutes::Types::RouteVehicleDeparture
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteVehicleDeparture
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
Details corresponding to the departure for the leg.
Constant Summary collapse
- SENSITIVE =
[:time]
Instance Attribute Summary collapse
-
#place ⇒ Types::RouteVehiclePlace
Place details corresponding to the departure.
-
#time ⇒ String
The departure time.
Instance Attribute Details
#place ⇒ Types::RouteVehiclePlace
Place details corresponding to the departure.
7976 7977 7978 7979 7980 7981 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 7976 class RouteVehicleDeparture < Struct.new( :place, :time) SENSITIVE = [:time] include Aws::Structure end |
#time ⇒ String
The departure time.
7976 7977 7978 7979 7980 7981 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 7976 class RouteVehicleDeparture < Struct.new( :place, :time) SENSITIVE = [:time] include Aws::Structure end |