Class: Aws::GeoRoutes::Types::CalculateRoutesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#leg_geometry_formatString

Specifies the format of the geometry returned for each leg of the route.

Returns:

  • (String)


853
854
855
856
857
858
859
860
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 853

class CalculateRoutesResponse < Struct.new(
  :leg_geometry_format,
  :notices,
  :pricing_bucket,
  :routes)
  SENSITIVE = []
  include Aws::Structure
end

#noticesArray<Types::RouteResponseNotice>

Notices are additional information returned that indicate issues that occurred during route calculation. Not supported in ap-southeast-1 and ap-southeast-5 regions for GrabMaps customers.

Returns:



853
854
855
856
857
858
859
860
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 853

class CalculateRoutesResponse < Struct.new(
  :leg_geometry_format,
  :notices,
  :pricing_bucket,
  :routes)
  SENSITIVE = []
  include Aws::Structure
end

#pricing_bucketString

The pricing bucket for which the query is charged at.

Returns:

  • (String)


853
854
855
856
857
858
859
860
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 853

class CalculateRoutesResponse < Struct.new(
  :leg_geometry_format,
  :notices,
  :pricing_bucket,
  :routes)
  SENSITIVE = []
  include Aws::Structure
end

#routesArray<Types::Route>

The path from the origin to the destination.

Returns:



853
854
855
856
857
858
859
860
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 853

class CalculateRoutesResponse < Struct.new(
  :leg_geometry_format,
  :notices,
  :pricing_bucket,
  :routes)
  SENSITIVE = []
  include Aws::Structure
end