Class: Aws::GeoRoutes::Types::RouteTransitNextDeparture
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteTransitNextDeparture
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Details about the next available departure for the transit service.
Constant Summary collapse
- SENSITIVE =
[:delay, :platform_name, :status, :time]
Instance Attribute Summary collapse
-
#delay ⇒ Integer
The delay from the scheduled departure time.
-
#platform_name ⇒ String
Platform name or number for the departure.
-
#status ⇒ String
The status of the departure.
-
#time ⇒ String
The departure time.
-
#transport ⇒ Types::RouteTransitTransportModeDetails
Transport mode details for this departure.
Instance Attribute Details
#delay ⇒ Integer
The delay from the scheduled departure time.
Unit: ‘seconds`
7273 7274 7275 7276 7277 7278 7279 7280 7281 |
# File 'lib/aws-sdk-georoutes/types.rb', line 7273 class RouteTransitNextDeparture < Struct.new( :delay, :platform_name, :status, :time, :transport) SENSITIVE = [:delay, :platform_name, :status, :time] include Aws::Structure end |
#platform_name ⇒ String
Platform name or number for the departure.
7273 7274 7275 7276 7277 7278 7279 7280 7281 |
# File 'lib/aws-sdk-georoutes/types.rb', line 7273 class RouteTransitNextDeparture < Struct.new( :delay, :platform_name, :status, :time, :transport) SENSITIVE = [:delay, :platform_name, :status, :time] include Aws::Structure end |
#status ⇒ String
The status of the departure.
7273 7274 7275 7276 7277 7278 7279 7280 7281 |
# File 'lib/aws-sdk-georoutes/types.rb', line 7273 class RouteTransitNextDeparture < Struct.new( :delay, :platform_name, :status, :time, :transport) SENSITIVE = [:delay, :platform_name, :status, :time] include Aws::Structure end |
#time ⇒ String
The departure time.
7273 7274 7275 7276 7277 7278 7279 7280 7281 |
# File 'lib/aws-sdk-georoutes/types.rb', line 7273 class RouteTransitNextDeparture < Struct.new( :delay, :platform_name, :status, :time, :transport) SENSITIVE = [:delay, :platform_name, :status, :time] include Aws::Structure end |
#transport ⇒ Types::RouteTransitTransportModeDetails
Transport mode details for this departure.
7273 7274 7275 7276 7277 7278 7279 7280 7281 |
# File 'lib/aws-sdk-georoutes/types.rb', line 7273 class RouteTransitNextDeparture < Struct.new( :delay, :platform_name, :status, :time, :transport) SENSITIVE = [:delay, :platform_name, :status, :time] include Aws::Structure end |