Class: Aws::GeoRoutes::Types::RouteTransitDeparture

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#delayInteger

The delay from the scheduled departure time.

Unit: ‘seconds`

Returns:

  • (Integer)


7064
7065
7066
7067
7068
7069
7070
7071
# File 'lib/aws-sdk-georoutes/types.rb', line 7064

class RouteTransitDeparture < Struct.new(
  :delay,
  :place,
  :status,
  :time)
  SENSITIVE = [:delay, :status, :time]
  include Aws::Structure
end

#placeTypes::RouteTransitPlace

Place details corresponding to the departure.



7064
7065
7066
7067
7068
7069
7070
7071
# File 'lib/aws-sdk-georoutes/types.rb', line 7064

class RouteTransitDeparture < Struct.new(
  :delay,
  :place,
  :status,
  :time)
  SENSITIVE = [:delay, :status, :time]
  include Aws::Structure
end

#statusString

The status of the departure.

Returns:

  • (String)


7064
7065
7066
7067
7068
7069
7070
7071
# File 'lib/aws-sdk-georoutes/types.rb', line 7064

class RouteTransitDeparture < Struct.new(
  :delay,
  :place,
  :status,
  :time)
  SENSITIVE = [:delay, :status, :time]
  include Aws::Structure
end

#timeString

The departure time.

Returns:

  • (String)


7064
7065
7066
7067
7068
7069
7070
7071
# File 'lib/aws-sdk-georoutes/types.rb', line 7064

class RouteTransitDeparture < Struct.new(
  :delay,
  :place,
  :status,
  :time)
  SENSITIVE = [:delay, :status, :time]
  include Aws::Structure
end