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)


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

#noticesArray<Types::RouteResponseNotice>

Notices are additional information returned that indicate issues that occurred during route calculation.

Returns:



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_bucketString

The pricing bucket for which the query is charged at.

Returns:

  • (String)


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

#routesArray<Types::Route>

The path from the origin to the destination.

Returns:



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