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

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

#trailer_countInteger

Number of trailers attached to the vehicle.

Default Value: ‘0`

Returns:

  • (Integer)


3402
3403
3404
3405
3406
# File 'lib/aws-sdk-georoutes/types.rb', line 3402

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