Class: Aws::GeoRoutes::Types::RouteVehicleArrival
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteVehicleArrival
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Details corresponding to the arrival for a leg.
Constant Summary collapse
- SENSITIVE =
[:time]
Instance Attribute Summary collapse
-
#place ⇒ Types::RouteVehiclePlace
Place details corresponding to the arrival.
-
#time ⇒ String
The arrival time.
Instance Attribute Details
#place ⇒ Types::RouteVehiclePlace
Place details corresponding to the arrival.
7957 7958 7959 7960 7961 7962 |
# File 'lib/aws-sdk-georoutes/types.rb', line 7957 class RouteVehicleArrival < Struct.new( :place, :time) SENSITIVE = [:time] include Aws::Structure end |
#time ⇒ String
The arrival time.
7957 7958 7959 7960 7961 7962 |
# File 'lib/aws-sdk-georoutes/types.rb', line 7957 class RouteVehicleArrival < Struct.new( :place, :time) SENSITIVE = [:time] include Aws::Structure end |