Class: Aws::GeoRoutes::Types::CalculateRoutesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::CalculateRoutesResponse
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#leg_geometry_format ⇒ String
Specifies the format of the geometry returned for each leg of the route.
-
#notices ⇒ Array<Types::RouteResponseNotice>
Notices are additional information returned that indicate issues that occurred during route calculation.
-
#pricing_bucket ⇒ String
The pricing bucket for which the query is charged at.
-
#routes ⇒ Array<Types::Route>
The path from the origin to the destination.
Instance Attribute Details
#leg_geometry_format ⇒ String
Specifies the format of the geometry returned for each leg of the route.
597 598 599 600 601 602 603 604 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 597 class CalculateRoutesResponse < Struct.new( :leg_geometry_format, :notices, :pricing_bucket, :routes) SENSITIVE = [] include Aws::Structure end |
#notices ⇒ Array<Types::RouteResponseNotice>
Notices are additional information returned that indicate issues that occurred during route calculation.
597 598 599 600 601 602 603 604 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 597 class CalculateRoutesResponse < Struct.new( :leg_geometry_format, :notices, :pricing_bucket, :routes) SENSITIVE = [] include Aws::Structure end |
#pricing_bucket ⇒ String
The pricing bucket for which the query is charged at.
597 598 599 600 601 602 603 604 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 597 class CalculateRoutesResponse < Struct.new( :leg_geometry_format, :notices, :pricing_bucket, :routes) SENSITIVE = [] include Aws::Structure end |
#routes ⇒ Array<Types::Route>
The path from the origin to the destination.
597 598 599 600 601 602 603 604 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 597 class CalculateRoutesResponse < Struct.new( :leg_geometry_format, :notices, :pricing_bucket, :routes) SENSITIVE = [] include Aws::Structure end |