Class: Aws::Types::AwsEcsTaskDefinitionPlacementConstraintsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsTaskDefinitionPlacementConstraintsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#expression ⇒ ::String
Returns the value of attribute expression.
2405 2406 2407 |
# File 'sig/types.rbs', line 2405 def expression @expression end |
#type ⇒ ::String
Returns the value of attribute type.
2406 2407 2408 |
# File 'sig/types.rbs', line 2406 def type @type end |