Class: Aws::GeoRoutes::Types::RouteTollPaymentSite

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

Overview

Locations or sites where the toll fare is collected.

Constant Summary collapse

SENSITIVE =
[:position]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Name of the payment site.

Returns:

  • (String)


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

class RouteTollPaymentSite < Struct.new(
  :name,
  :position)
  SENSITIVE = [:position]
  include Aws::Structure
end

#positionArray<Float>

Position defined as [longitude, latitude].

Returns:

  • (Array<Float>)


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

class RouteTollPaymentSite < Struct.new(
  :name,
  :position)
  SENSITIVE = [:position]
  include Aws::Structure
end