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 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
6951 6952 6953 6954 6955 6956 6957 6958 6959 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6951 class WeightPerAxleGroup < Struct.new( :single, :tandem, :triple, :quad, :quint) SENSITIVE = [] include Aws::Structure end |
#quint ⇒ Integer
Weight for quad quint group.
Unit: Kilograms
6951 6952 6953 6954 6955 6956 6957 6958 6959 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6951 class WeightPerAxleGroup < Struct.new( :single, :tandem, :triple, :quad, :quint) SENSITIVE = [] include Aws::Structure end |
#single ⇒ Integer
Weight for single axle group.
Unit: Kilograms
6951 6952 6953 6954 6955 6956 6957 6958 6959 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6951 class WeightPerAxleGroup < Struct.new( :single, :tandem, :triple, :quad, :quint) SENSITIVE = [] include Aws::Structure end |
#tandem ⇒ Integer
Weight for tandem axle group.
Unit: Kilograms
6951 6952 6953 6954 6955 6956 6957 6958 6959 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6951 class WeightPerAxleGroup < Struct.new( :single, :tandem, :triple, :quad, :quint) SENSITIVE = [] include Aws::Structure end |
#triple ⇒ Integer
Weight for triple axle group.
Unit: Kilograms
6951 6952 6953 6954 6955 6956 6957 6958 6959 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6951 class WeightPerAxleGroup < Struct.new( :single, :tandem, :triple, :quad, :quint) SENSITIVE = [] include Aws::Structure end |