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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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_type ⇒ String

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

Returns:

  • (String)


2693
2694
2695
2696
2697
2698
# File 'lib/aws-sdk-outposts/types.rb', line 2693

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

#value ⇒ String

The value of the constraint.

Returns:

  • (String)


2693
2694
2695
2696
2697
2698
# File 'lib/aws-sdk-outposts/types.rb', line 2693

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