Class: Aws::GeoRoutes::Types::WeightPerAxleGroup

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

Overview

Specifies the total weight for the specified axle group. Meant for usage in countries that have different regulations based on the axle group type.

Unit: ‘Kilograms`

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#quadInteger

Weight for quad axle group.

Unit: ‘Kilograms`

Returns:

  • (Integer)


6819
6820
6821
6822
6823
6824
6825
6826
6827
# File 'lib/aws-sdk-georoutes/types.rb', line 6819

class WeightPerAxleGroup < Struct.new(
  :single,
  :tandem,
  :triple,
  :quad,
  :quint)
  SENSITIVE = []
  include Aws::Structure
end

#quintInteger

Weight for quad quint group.

Unit: ‘Kilograms`

Returns:

  • (Integer)


6819
6820
6821
6822
6823
6824
6825
6826
6827
# File 'lib/aws-sdk-georoutes/types.rb', line 6819

class WeightPerAxleGroup < Struct.new(
  :single,
  :tandem,
  :triple,
  :quad,
  :quint)
  SENSITIVE = []
  include Aws::Structure
end

#singleInteger

Weight for single axle group.

Unit: ‘Kilograms`

Returns:

  • (Integer)


6819
6820
6821
6822
6823
6824
6825
6826
6827
# File 'lib/aws-sdk-georoutes/types.rb', line 6819

class WeightPerAxleGroup < Struct.new(
  :single,
  :tandem,
  :triple,
  :quad,
  :quint)
  SENSITIVE = []
  include Aws::Structure
end

#tandemInteger

Weight for tandem axle group.

Unit: ‘Kilograms`

Returns:

  • (Integer)


6819
6820
6821
6822
6823
6824
6825
6826
6827
# File 'lib/aws-sdk-georoutes/types.rb', line 6819

class WeightPerAxleGroup < Struct.new(
  :single,
  :tandem,
  :triple,
  :quad,
  :quint)
  SENSITIVE = []
  include Aws::Structure
end

#tripleInteger

Weight for triple axle group.

Unit: ‘Kilograms`

Returns:

  • (Integer)


6819
6820
6821
6822
6823
6824
6825
6826
6827
# File 'lib/aws-sdk-georoutes/types.rb', line 6819

class WeightPerAxleGroup < Struct.new(
  :single,
  :tandem,
  :triple,
  :quad,
  :quint)
  SENSITIVE = []
  include Aws::Structure
end