Class: Aws::GeoRoutes::Types::RouteTransitArrival
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteTransitArrival
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Details corresponding to the arrival for the leg.
Constant Summary collapse
- SENSITIVE =
[:delay, :status, :time]
Instance Attribute Summary collapse
-
#delay ⇒ Integer
The delay from the scheduled arrival time.
-
#place ⇒ Types::RouteTransitPlace
Place details corresponding to the arrival.
-
#status ⇒ String
The status of the arrival.
-
#time ⇒ String
The arrival time.
Instance Attribute Details
#delay ⇒ Integer
The delay from the scheduled arrival time.
Unit: ‘seconds`
7007 7008 7009 7010 7011 7012 7013 7014 |
# File 'lib/aws-sdk-georoutes/types.rb', line 7007 class RouteTransitArrival < Struct.new( :delay, :place, :status, :time) SENSITIVE = [:delay, :status, :time] include Aws::Structure end |
#place ⇒ Types::RouteTransitPlace
Place details corresponding to the arrival.
7007 7008 7009 7010 7011 7012 7013 7014 |
# File 'lib/aws-sdk-georoutes/types.rb', line 7007 class RouteTransitArrival < Struct.new( :delay, :place, :status, :time) SENSITIVE = [:delay, :status, :time] include Aws::Structure end |
#status ⇒ String
The status of the arrival.
7007 7008 7009 7010 7011 7012 7013 7014 |
# File 'lib/aws-sdk-georoutes/types.rb', line 7007 class RouteTransitArrival < Struct.new( :delay, :place, :status, :time) SENSITIVE = [:delay, :status, :time] include Aws::Structure end |
#time ⇒ String
The arrival time.
7007 7008 7009 7010 7011 7012 7013 7014 |
# File 'lib/aws-sdk-georoutes/types.rb', line 7007 class RouteTransitArrival < Struct.new( :delay, :place, :status, :time) SENSITIVE = [:delay, :status, :time] include Aws::Structure end |