Class: Aws::GeoRoutes::Types::RouteFerryOverviewSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteFerryOverviewSummary
- 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
-
#distance ⇒ Integer
Distance of the step.
-
#duration ⇒ Integer
Duration of the step.
Instance Attribute Details
#distance ⇒ Integer
Distance of the step.
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 |
#duration ⇒ Integer
Duration of the step.
Unit: seconds
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 |