Class: Aws::GeoRoutes::Types::RouteWeightConstraint
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteWeightConstraint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
The weight constraint for the route.
Unit: ‘Kilograms`
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
The type of constraint.
-
#value ⇒ Integer
The constraint value.
Instance Attribute Details
#type ⇒ String
The type of constraint.
5937 5938 5939 5940 5941 5942 |
# File 'lib/aws-sdk-georoutes/types.rb', line 5937 class RouteWeightConstraint < Struct.new( :type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Integer
The constraint value.
Unit: ‘Kilograms`
5937 5938 5939 5940 5941 5942 |
# File 'lib/aws-sdk-georoutes/types.rb', line 5937 class RouteWeightConstraint < Struct.new( :type, :value) SENSITIVE = [] include Aws::Structure end |