Class: Aws::GeoRoutes::Types::RouteRentalArrival

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#placeTypes::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

#timeString

The arrival time.

Returns:

  • (String)


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