Class: Aws::GeoRoutes::Types::RouteTransitDeparture
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteTransitDeparture
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
Details corresponding to the departure for the leg.
Constant Summary collapse
- SENSITIVE =
[:delay, :status, :time]
Instance Attribute Summary collapse
-
#delay ⇒ Integer
The delay from the scheduled departure time.
-
#place ⇒ Types::RouteTransitPlace
Place details corresponding to the departure.
-
#status ⇒ String
The status of the departure.
-
#time ⇒ String
The departure time.
Instance Attribute Details
#delay ⇒ Integer
The delay from the scheduled departure time.
Unit: seconds
7064 7065 7066 7067 7068 7069 7070 7071 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 7064 class RouteTransitDeparture < Struct.new( :delay, :place, :status, :time) SENSITIVE = [:delay, :status, :time] include Aws::Structure end |
#place ⇒ Types::RouteTransitPlace
Place details corresponding to the departure.
7064 7065 7066 7067 7068 7069 7070 7071 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 7064 class RouteTransitDeparture < Struct.new( :delay, :place, :status, :time) SENSITIVE = [:delay, :status, :time] include Aws::Structure end |
#status ⇒ String
The status of the departure.
7064 7065 7066 7067 7068 7069 7070 7071 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 7064 class RouteTransitDeparture < Struct.new( :delay, :place, :status, :time) SENSITIVE = [:delay, :status, :time] include Aws::Structure end |
#time ⇒ String
The departure time.
7064 7065 7066 7067 7068 7069 7070 7071 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 7064 class RouteTransitDeparture < Struct.new( :delay, :place, :status, :time) SENSITIVE = [:delay, :status, :time] include Aws::Structure end |