Class: Aws::Outposts::Types::QuoteConstraint
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::QuoteConstraint
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
A physical constraint for a quote.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#quote_constraint_type ⇒ String
The type of constraint.
-
#value ⇒ String
The value of the constraint.
Instance Attribute Details
#quote_constraint_type ⇒ String
The type of constraint. Valid values are RACK_MAXIMUM,
RACK_MAX_POWER_KVA, and RACK_MAX_WEIGHT_LBS.
2554 2555 2556 2557 2558 2559 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2554 class QuoteConstraint < Struct.new( :quote_constraint_type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the constraint.
2554 2555 2556 2557 2558 2559 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2554 class QuoteConstraint < Struct.new( :quote_constraint_type, :value) SENSITIVE = [] include Aws::Structure end |