Class: Aws::GeoRoutes::Types::RouteTransitNextDeparture

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#delayInteger

The delay from the scheduled departure time.

Unit: ‘seconds`

Returns:

  • (Integer)


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_nameString

Platform name or number for the departure.

Returns:

  • (String)


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

#statusString

The status of the departure.

Returns:

  • (String)


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

#timeString

The departure time.

Returns:

  • (String)


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

#transportTypes::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