Class: Aws::GeoRoutes::Types::RoutePedestrianArrival

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb

Overview

Details corresponding to the arrival for a leg.

Time format:YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mm

Examples:

2020-04-22T17:57:24Z

2020-04-22T17:57:24+02:00

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#placeTypes::RoutePedestrianPlace

The place details.



3724
3725
3726
3727
3728
3729
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 3724

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

#timeString

The time.

Returns:

  • (String)


3724
3725
3726
3727
3728
3729
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 3724

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