Class: Aws::GeoRoutes::Types::RoutePedestrianArrival
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RoutePedestrianArrival
- 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
-
#place ⇒ Types::RoutePedestrianPlace
The place details.
-
#time ⇒ String
The time.
Instance Attribute Details
#place ⇒ Types::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 |
#time ⇒ String
The time.
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 |