Class: Aws::Outposts::Types::QuoteConstraint

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#quote_constraint_typeString

The type of constraint. Valid values are RACK_MAXIMUM, RACK_MAX_POWER_KVA, and RACK_MAX_WEIGHT_LBS.

Returns:

  • (String)


2574
2575
2576
2577
2578
2579
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2574

class QuoteConstraint < Struct.new(
  :quote_constraint_type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the constraint.

Returns:

  • (String)


2574
2575
2576
2577
2578
2579
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2574

class QuoteConstraint < Struct.new(
  :quote_constraint_type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end