Class: Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsResourceRequirementsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsResourceRequirementsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ ::String
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ ::String
Returns the value of attribute type.
2349 2350 2351 |
# File 'sig/types.rbs', line 2349 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
2350 2351 2352 |
# File 'sig/types.rbs', line 2350 def value @value end |