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 =
[:value]
Instance Attribute Summary collapse
-
#type ⇒ String
The type of constraint.
-
#value ⇒ Integer
The constraint value.
Instance Attribute Details
#type ⇒ String
The type of constraint.
6750 6751 6752 6753 6754 6755 |
# File 'lib/aws-sdk-georoutes/types.rb', line 6750 class RouteWeightConstraint < Struct.new( :type, :value) SENSITIVE = [:value] include Aws::Structure end |
#value ⇒ Integer
The constraint value.
Unit: ‘kilograms`
6750 6751 6752 6753 6754 6755 |
# File 'lib/aws-sdk-georoutes/types.rb', line 6750 class RouteWeightConstraint < Struct.new( :type, :value) SENSITIVE = [:value] include Aws::Structure end |