Class: Aws::GeoRoutes::Types::RouteTollPriceSummary

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

Overview

Summary of the route and toll price.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#currencyString

Currency code corresponding to the price. This is the same as Currency specified in the request.

Returns:

  • (String)


4684
4685
4686
4687
4688
4689
4690
4691
4692
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4684

class RouteTollPriceSummary < Struct.new(
  :currency,
  :estimate,
  :range,
  :range_value,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#estimateBoolean

If the price is an estimate or an exact value.

Returns:

  • (Boolean)


4684
4685
4686
4687
4688
4689
4690
4691
4692
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4684

class RouteTollPriceSummary < Struct.new(
  :currency,
  :estimate,
  :range,
  :range_value,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#rangeBoolean

If the price is a range or an exact value. If any of the toll fares making up the route is a range, the overall price is also a range.

Returns:

  • (Boolean)


4684
4685
4686
4687
4688
4689
4690
4691
4692
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4684

class RouteTollPriceSummary < Struct.new(
  :currency,
  :estimate,
  :range,
  :range_value,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#range_valueTypes::RouteTollPriceValueRange

Price range with a minimum and maximum value, if a range.



4684
4685
4686
4687
4688
4689
4690
4691
4692
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4684

class RouteTollPriceSummary < Struct.new(
  :currency,
  :estimate,
  :range,
  :range_value,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueFloat

Exact price, if not a range.

Returns:

  • (Float)


4684
4685
4686
4687
4688
4689
4690
4691
4692
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4684

class RouteTollPriceSummary < Struct.new(
  :currency,
  :estimate,
  :range,
  :range_value,
  :value)
  SENSITIVE = []
  include Aws::Structure
end