Class: Aws::Types::PlacementConstraint
- Inherits:
-
Object
- Object
- Aws::Types::PlacementConstraint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#type ⇒ "distinctInstance", "memberOf"
Returns the value of attribute type.
Instance Attribute Details
#expression ⇒ ::String
Returns the value of attribute expression.
1955 1956 1957 |
# File 'sig/types.rbs', line 1955 def expression @expression end |
#type ⇒ "distinctInstance", "memberOf"
Returns the value of attribute type.
1954 1955 1956 |
# File 'sig/types.rbs', line 1954 def type @type end |