Class: Aws::GeoRoutes::Types::IsolineTrailerOptions

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

Overview

Trailer options corresponding to the vehicle.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#axle_countInteger

Total number of axles of the vehicle.

Returns:

  • (Integer)


1251
1252
1253
1254
1255
1256
# File 'lib/aws-sdk-georoutes/types.rb', line 1251

class IsolineTrailerOptions < Struct.new(
  :axle_count,
  :trailer_count)
  SENSITIVE = []
  include Aws::Structure
end

#trailer_countInteger

Number of trailers attached to the vehicle.

Default Value: ‘0`

Returns:

  • (Integer)


1251
1252
1253
1254
1255
1256
# File 'lib/aws-sdk-georoutes/types.rb', line 1251

class IsolineTrailerOptions < Struct.new(
  :axle_count,
  :trailer_count)
  SENSITIVE = []
  include Aws::Structure
end