Class: Aws::GeoRoutes::Types::RouteTaxiArrival

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::RouteTaxiPlace

Place details corresponding to the arrival.



6167
6168
6169
6170
6171
6172
# File 'lib/aws-sdk-georoutes/types.rb', line 6167

class RouteTaxiArrival < Struct.new(
  :place,
  :time)
  SENSITIVE = [:time]
  include Aws::Structure
end

#timeString

The arrival time.

Returns:

  • (String)


6167
6168
6169
6170
6171
6172
# File 'lib/aws-sdk-georoutes/types.rb', line 6167

class RouteTaxiArrival < Struct.new(
  :place,
  :time)
  SENSITIVE = [:time]
  include Aws::Structure
end