Class: Aws::GeoRoutes::Types::RouteFerryOverviewSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteFerryOverviewSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Summarized details of the leg.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#distance ⇒ Integer
Distance of the step.
-
#duration ⇒ Integer
Duration of the step.
Instance Attribute Details
#distance ⇒ Integer
Distance of the step.
2537 2538 2539 2540 2541 2542 |
# File 'lib/aws-sdk-georoutes/types.rb', line 2537 class RouteFerryOverviewSummary < Struct.new( :distance, :duration) SENSITIVE = [] include Aws::Structure end |
#duration ⇒ Integer
Duration of the step.
Unit: ‘seconds`
2537 2538 2539 2540 2541 2542 |
# File 'lib/aws-sdk-georoutes/types.rb', line 2537 class RouteFerryOverviewSummary < Struct.new( :distance, :duration) SENSITIVE = [] include Aws::Structure end |