Class: Aws::Types::ContainerAttribute
- Inherits:
-
Object
- Object
- Aws::Types::ContainerAttribute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_name ⇒ ::String
Returns the value of attribute container_name.
-
#container_runtime_id ⇒ ::String
Returns the value of attribute container_runtime_id.
Instance Attribute Details
#container_name ⇒ ::String
Returns the value of attribute container_name.
120 121 122 |
# File 'sig/types.rbs', line 120 def container_name @container_name end |
#container_runtime_id ⇒ ::String
Returns the value of attribute container_runtime_id.
121 122 123 |
# File 'sig/types.rbs', line 121 def container_runtime_id @container_runtime_id end |