Class: Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#namespace ⇒ ::String
Returns the value of attribute namespace.
2361 2362 2363 |
# File 'sig/types.rbs', line 2361 def namespace @namespace end |
#value ⇒ ::String
Returns the value of attribute value.
2362 2363 2364 |
# File 'sig/types.rbs', line 2362 def value @value end |