Class: Aws::Types::AwsEcsServicePlacementConstraintsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsServicePlacementConstraintsDetails
- 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.
2184 2185 2186 |
# File 'sig/types.rbs', line 2184 def expression @expression end |
#type ⇒ ::String
Returns the value of attribute type.
2185 2186 2187 |
# File 'sig/types.rbs', line 2185 def type @type end |