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

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

Overview

Specifies the total weight for different axle group configurations. Used in regions where regulations set different weight limits based on axle group types.

Unit: kilograms

Constant Summary collapse

SENSITIVE =
[:single, :tandem, :triple, :quad, :quint]

Instance Attribute Summary collapse

Instance Attribute Details

#quadInteger

Total weight in kilograms for quad (four adjacent) axle configurations.

Unit: kilograms

Returns:

  • (Integer)


7709
7710
7711
7712
7713
7714
7715
7716
7717
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 7709

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

#quintInteger

Total weight in kilograms for quint (five adjacent) axle configurations.

Unit: kilograms

Returns:

  • (Integer)


7709
7710
7711
7712
7713
7714
7715
7716
7717
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 7709

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

#singleInteger

Total weight in kilograms for single axle configurations.

Unit: kilograms

Returns:

  • (Integer)


7709
7710
7711
7712
7713
7714
7715
7716
7717
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 7709

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

#tandemInteger

Total weight in kilograms for tandem (two adjacent) axle configurations.

Unit: kilograms

Returns:

  • (Integer)


7709
7710
7711
7712
7713
7714
7715
7716
7717
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 7709

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

#tripleInteger

Total weight in kilograms for triple (three adjacent) axle configurations.

Unit: kilograms

Returns:

  • (Integer)


7709
7710
7711
7712
7713
7714
7715
7716
7717
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 7709

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