Class: Aws::GeoRoutes::Types::IsolineTrailerOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::IsolineTrailerOptions
- 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
-
#axle_count ⇒ Integer
Total number of axles of the vehicle.
-
#trailer_count ⇒ Integer
Number of trailers attached to the vehicle.
Instance Attribute Details
#axle_count ⇒ Integer
Total number of axles of the vehicle.
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_count ⇒ Integer
Number of trailers attached to the vehicle.
Default Value: ‘0`
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 |