Class: Aws::GeoRoutes::Types::WeightPerAxleGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::WeightPerAxleGroup
- 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
-
#quad ⇒ Integer
Total weight in kilograms for quad (four adjacent) axle configurations.
-
#quint ⇒ Integer
Total weight in kilograms for quint (five adjacent) axle configurations.
-
#single ⇒ Integer
Total weight in kilograms for single axle configurations.
-
#tandem ⇒ Integer
Total weight in kilograms for tandem (two adjacent) axle configurations.
-
#triple ⇒ Integer
Total weight in kilograms for triple (three adjacent) axle configurations.
Instance Attribute Details
#quad ⇒ Integer
Total weight in kilograms for quad (four adjacent) axle configurations.
Unit: kilograms
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 |
#quint ⇒ Integer
Total weight in kilograms for quint (five adjacent) axle configurations.
Unit: kilograms
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 |
#single ⇒ Integer
Total weight in kilograms for single axle configurations.
Unit: kilograms
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 |
#tandem ⇒ Integer
Total weight in kilograms for tandem (two adjacent) axle configurations.
Unit: kilograms
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 |
#triple ⇒ Integer
Total weight in kilograms for triple (three adjacent) axle configurations.
Unit: kilograms
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 |