Class: Aws::GeoRoutes::Types::RouteTrailerOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteTrailerOptions
- Defined in:
- gems/aws-sdk-georoutes/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.
4832 4833 4834 4835 4836 4837 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4832 class RouteTrailerOptions < Struct.new( :axle_count, :trailer_count) SENSITIVE = [] include Aws::Structure end |
#trailer_count ⇒ Integer
Number of trailers attached to the vehicle.
Default Value: 0
4832 4833 4834 4835 4836 4837 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4832 class RouteTrailerOptions < Struct.new( :axle_count, :trailer_count) SENSITIVE = [] include Aws::Structure end |