Class: Aws::Types::QuoteConstraint

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#quote_constraint_type ⇒ "RACK_MAXIMUM", ...

Returns the value of attribute quote_constraint_type.

Returns:

  • ("RACK_MAXIMUM", "RACK_MAX_POWER_KVA", "RACK_MAX_WEIGHT_LBS", "RACK_SPACE_CONSTRAINED")


750
751
752
# File 'sig/types.rbs', line 750

def quote_constraint_type
  @quote_constraint_type
end

#value ⇒ ::String

Returns the value of attribute value.

Returns:

  • (::String)


751
752
753
# File 'sig/types.rbs', line 751

def value
  @value
end