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")


717
718
719
# File 'sig/types.rbs', line 717

def quote_constraint_type
  @quote_constraint_type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


718
719
720
# File 'sig/types.rbs', line 718

def value
  @value
end