Class: Aws::Types::ContainerIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::ContainerIdentifier
- 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.
205 206 207 |
# File 'sig/types.rbs', line 205 def container_name @container_name end |
#container_runtime_id ⇒ ::String
Returns the value of attribute container_runtime_id.
206 207 208 |
# File 'sig/types.rbs', line 206 def container_runtime_id @container_runtime_id end |