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)


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

#valueString

The value of the constraint.

Returns:

  • (String)


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