Class: Aws::GeoRoutes::Types::CalculateIsolinesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::CalculateIsolinesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:snapped_destination, :snapped_origin]
Instance Attribute Summary collapse
-
#arrival_time ⇒ String
Time of arrival at the destination.
-
#departure_time ⇒ String
Time of departure from thr origin.
-
#isoline_geometry_format ⇒ String
The format of the returned IsolineGeometry.
-
#isolines ⇒ Array<Types::Isoline>
Calculated isolines and associated properties.
-
#pricing_bucket ⇒ String
The pricing bucket for which the query is charged at.
-
#snapped_destination ⇒ Array<Float>
Snapped destination that was used for the Isoline calculation.
-
#snapped_origin ⇒ Array<Float>
Snapped origin that was used for the Isoline calculation.
Instance Attribute Details
#arrival_time ⇒ String
Time of arrival at the destination. This parameter is returned only if the Destination parameters was provided in the request.
Time format:‘YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mm`
Examples:
‘2020-04-22T17:57:24Z`
‘2020-04-22T17:57:24+02:00`
217 218 219 220 221 222 223 224 225 226 227 |
# File 'lib/aws-sdk-georoutes/types.rb', line 217 class CalculateIsolinesResponse < Struct.new( :arrival_time, :departure_time, :isoline_geometry_format, :isolines, :pricing_bucket, :snapped_destination, :snapped_origin) SENSITIVE = [:snapped_destination, :snapped_origin] include Aws::Structure end |
#departure_time ⇒ String
Time of departure from thr origin.
Time format:‘YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mm`
Examples:
‘2020-04-22T17:57:24Z`
‘2020-04-22T17:57:24+02:00`
217 218 219 220 221 222 223 224 225 226 227 |
# File 'lib/aws-sdk-georoutes/types.rb', line 217 class CalculateIsolinesResponse < Struct.new( :arrival_time, :departure_time, :isoline_geometry_format, :isolines, :pricing_bucket, :snapped_destination, :snapped_origin) SENSITIVE = [:snapped_destination, :snapped_origin] include Aws::Structure end |
#isoline_geometry_format ⇒ String
The format of the returned IsolineGeometry.
Default Value:‘FlexiblePolyline`
217 218 219 220 221 222 223 224 225 226 227 |
# File 'lib/aws-sdk-georoutes/types.rb', line 217 class CalculateIsolinesResponse < Struct.new( :arrival_time, :departure_time, :isoline_geometry_format, :isolines, :pricing_bucket, :snapped_destination, :snapped_origin) SENSITIVE = [:snapped_destination, :snapped_origin] include Aws::Structure end |
#isolines ⇒ Array<Types::Isoline>
Calculated isolines and associated properties.
217 218 219 220 221 222 223 224 225 226 227 |
# File 'lib/aws-sdk-georoutes/types.rb', line 217 class CalculateIsolinesResponse < Struct.new( :arrival_time, :departure_time, :isoline_geometry_format, :isolines, :pricing_bucket, :snapped_destination, :snapped_origin) SENSITIVE = [:snapped_destination, :snapped_origin] include Aws::Structure end |
#pricing_bucket ⇒ String
The pricing bucket for which the query is charged at.
217 218 219 220 221 222 223 224 225 226 227 |
# File 'lib/aws-sdk-georoutes/types.rb', line 217 class CalculateIsolinesResponse < Struct.new( :arrival_time, :departure_time, :isoline_geometry_format, :isolines, :pricing_bucket, :snapped_destination, :snapped_origin) SENSITIVE = [:snapped_destination, :snapped_origin] include Aws::Structure end |
#snapped_destination ⇒ Array<Float>
Snapped destination that was used for the Isoline calculation.
217 218 219 220 221 222 223 224 225 226 227 |
# File 'lib/aws-sdk-georoutes/types.rb', line 217 class CalculateIsolinesResponse < Struct.new( :arrival_time, :departure_time, :isoline_geometry_format, :isolines, :pricing_bucket, :snapped_destination, :snapped_origin) SENSITIVE = [:snapped_destination, :snapped_origin] include Aws::Structure end |
#snapped_origin ⇒ Array<Float>
Snapped origin that was used for the Isoline calculation.
217 218 219 220 221 222 223 224 225 226 227 |
# File 'lib/aws-sdk-georoutes/types.rb', line 217 class CalculateIsolinesResponse < Struct.new( :arrival_time, :departure_time, :isoline_geometry_format, :isolines, :pricing_bucket, :snapped_destination, :snapped_origin) SENSITIVE = [:snapped_destination, :snapped_origin] include Aws::Structure end |