Class: Aws::Types::TaskDefinitionPlacementConstraint
- Inherits:
-
Object
- Object
- Aws::Types::TaskDefinitionPlacementConstraint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#type ⇒ "memberOf"
Returns the value of attribute type.
Instance Attribute Details
#expression ⇒ ::String
Returns the value of attribute expression.
2696 2697 2698 |
# File 'sig/types.rbs', line 2696 def expression @expression end |
#type ⇒ "memberOf"
Returns the value of attribute type.
2695 2696 2697 |
# File 'sig/types.rbs', line 2695 def type @type end |