Class: Aws::GeoRoutes::Types::WeightPerAxleGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::WeightPerAxleGroup
- 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
-
#quad ⇒ Integer
Weight for quad axle group.
-
#quint ⇒ Integer
Weight for quad quint group.
-
#single ⇒ Integer
Weight for single axle group.
-
#tandem ⇒ Integer
Weight for tandem axle group.
-
#triple ⇒ Integer
Weight for triple axle group.
Instance Attribute Details
#quad ⇒ Integer
Weight for quad axle group.
Unit: ‘Kilograms`
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 |
#quint ⇒ Integer
Weight for quad quint group.
Unit: ‘Kilograms`
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 |
#single ⇒ Integer
Weight for single axle group.
Unit: ‘Kilograms`
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 |
#tandem ⇒ Integer
Weight for tandem axle group.
Unit: ‘Kilograms`
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 |
#triple ⇒ Integer
Weight for triple axle group.
Unit: ‘Kilograms`
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 |