Class: Aws::GeoRoutes::Types::RouteMatrixTrailerOptions

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

Overview

Trailer options corresponding to the vehicle.

Constant Summary collapse

SENSITIVE =
[:trailer_count]

Instance Attribute Summary collapse

Instance Attribute Details

#trailer_countInteger

Number of trailers attached to the vehicle.

Default value: 0

Returns:

  • (Integer)


4471
4472
4473
4474
4475
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4471

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