Class: Aws::GeoRoutes::Types::RouteTaxiDeparture
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteTaxiDeparture
- 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::RouteTaxiPlace
Place details corresponding to the departure.
-
#time ⇒ String
The departure time.
Instance Attribute Details
#place ⇒ Types::RouteTaxiPlace
Place details corresponding to the departure.
6212 6213 6214 6215 6216 6217 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6212 class RouteTaxiDeparture < Struct.new( :place, :time) SENSITIVE = [:time] include Aws::Structure end |
#time ⇒ String
The departure time.
6212 6213 6214 6215 6216 6217 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6212 class RouteTaxiDeparture < Struct.new( :place, :time) SENSITIVE = [:time] include Aws::Structure end |