Class: Aws::GeoRoutes::Types::RouteRentalArrival
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteRentalArrival
- Includes:
- Structure
- Defined in:
- 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::RouteRentalPlace
Place details corresponding to the arrival.
-
#time ⇒ String
The arrival time.
Instance Attribute Details
#place ⇒ Types::RouteRentalPlace
Place details corresponding to the arrival.
5391 5392 5393 5394 5395 5396 |
# File 'lib/aws-sdk-georoutes/types.rb', line 5391 class RouteRentalArrival < Struct.new( :place, :time) SENSITIVE = [:time] include Aws::Structure end |
#time ⇒ String
The arrival time.
5391 5392 5393 5394 5395 5396 |
# File 'lib/aws-sdk-georoutes/types.rb', line 5391 class RouteRentalArrival < Struct.new( :place, :time) SENSITIVE = [:time] include Aws::Structure end |