Class: Aws::GeoRoutes::Types::RouteTaxiArrival
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteTaxiArrival
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
Details corresponding to the arrival for the leg.
Constant Summary collapse
- SENSITIVE =
[:time]
Instance Attribute Summary collapse
-
#place ⇒ Types::RouteTaxiPlace
Place details corresponding to the arrival.
-
#time ⇒ String
The arrival time.
Instance Attribute Details
#place ⇒ Types::RouteTaxiPlace
Place details corresponding to the arrival.
6167 6168 6169 6170 6171 6172 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6167 class RouteTaxiArrival < Struct.new( :place, :time) SENSITIVE = [:time] include Aws::Structure end |
#time ⇒ String
The arrival time.
6167 6168 6169 6170 6171 6172 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6167 class RouteTaxiArrival < Struct.new( :place, :time) SENSITIVE = [:time] include Aws::Structure end |