Class: Aws::Types::ContainerInstanceDetails
- Inherits:
-
Object
- Object
- Aws::Types::ContainerInstanceDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compatible_container_instances ⇒ ::Integer
Returns the value of attribute compatible_container_instances.
-
#covered_container_instances ⇒ ::Integer
Returns the value of attribute covered_container_instances.
Instance Attribute Details
#compatible_container_instances ⇒ ::Integer
Returns the value of attribute compatible_container_instances.
345 346 347 |
# File 'sig/types.rbs', line 345 def compatible_container_instances @compatible_container_instances end |
#covered_container_instances ⇒ ::Integer
Returns the value of attribute covered_container_instances.
344 345 346 |
# File 'sig/types.rbs', line 344 def covered_container_instances @covered_container_instances end |