Class: Aws::GeoRoutes::Types::RoutePedestrianOverviewSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RoutePedestrianOverviewSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Summary including duration and distance for the entire leg.
Constant Summary collapse
- SENSITIVE =
[:distance, :duration]
Instance Attribute Summary collapse
-
#distance ⇒ Integer
Distance of the entire leg.
-
#duration ⇒ Integer
Duration of the entire leg.
Instance Attribute Details
#distance ⇒ Integer
Distance of the entire leg.
Unit: ‘meters`
4994 4995 4996 4997 4998 4999 |
# File 'lib/aws-sdk-georoutes/types.rb', line 4994 class RoutePedestrianOverviewSummary < Struct.new( :distance, :duration) SENSITIVE = [:distance, :duration] include Aws::Structure end |
#duration ⇒ Integer
Duration of the entire leg.
Unit: ‘seconds`
4994 4995 4996 4997 4998 4999 |
# File 'lib/aws-sdk-georoutes/types.rb', line 4994 class RoutePedestrianOverviewSummary < Struct.new( :distance, :duration) SENSITIVE = [:distance, :duration] include Aws::Structure end |