Class: Aws::GeoRoutes::Types::RouteFerryOverviewSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb

Overview

Summarized details of the leg.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#distanceInteger

Distance of the step.

Returns:

  • (Integer)


2531
2532
2533
2534
2535
2536
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2531

class RouteFerryOverviewSummary < Struct.new(
  :distance,
  :duration)
  SENSITIVE = []
  include Aws::Structure
end

#durationInteger

Duration of the step.

Unit: seconds

Returns:

  • (Integer)


2531
2532
2533
2534
2535
2536
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2531

class RouteFerryOverviewSummary < Struct.new(
  :distance,
  :duration)
  SENSITIVE = []
  include Aws::Structure
end