Class: Aws::GeoRoutes::Types::IsolineThresholds
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::IsolineThresholds
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
Threshold to be used for the isoline calculation. Up to 5 thresholds per provided type can be requested.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#distance ⇒ Array<Integer>
Distance to be used for the isoline calculation.
-
#time ⇒ Array<Integer>
Time to be used for the isoline calculation.
Instance Attribute Details
#distance ⇒ Array<Integer>
Distance to be used for the isoline calculation.
1236 1237 1238 1239 1240 1241 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 1236 class IsolineThresholds < Struct.new( :distance, :time) SENSITIVE = [] include Aws::Structure end |
#time ⇒ Array<Integer>
Time to be used for the isoline calculation.
1236 1237 1238 1239 1240 1241 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 1236 class IsolineThresholds < Struct.new( :distance, :time) SENSITIVE = [] include Aws::Structure end |