Class: Aws::GeoRoutes::Types::RoadSnapTrailerOptions

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 =
[:trailer_count]

Instance Attribute Summary collapse

Instance Attribute Details

#trailer_countInteger

Number of trailers attached to the vehicle.

Default Value: ‘0`

Returns:

  • (Integer)


1811
1812
1813
1814
1815
# File 'lib/aws-sdk-georoutes/types.rb', line 1811

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