Class: Aws::GeoRoutes::Types::RouteTransitArrival

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

Instance Attribute Details

#delayInteger

The delay from the scheduled arrival time.

Unit: ‘seconds`

Returns:

  • (Integer)


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

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

#statusString

The status of the arrival.

Returns:

  • (String)


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

#timeString

The arrival time.

Returns:

  • (String)


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