Class: Aws::Types::Container
- Inherits:
-
Object
- Object
- Aws::Types::Container
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_runtime ⇒ ::String
Returns the value of attribute container_runtime.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#image ⇒ ::String
Returns the value of attribute image.
-
#image_prefix ⇒ ::String
Returns the value of attribute image_prefix.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#security_context ⇒ Types::SecurityContext
Returns the value of attribute security_context.
-
#volume_mounts ⇒ ::Array[Types::VolumeMount]
Returns the value of attribute volume_mounts.
Instance Attribute Details
#container_runtime ⇒ ::String
Returns the value of attribute container_runtime.
327 328 329 |
# File 'sig/types.rbs', line 327 def container_runtime @container_runtime end |
#id ⇒ ::String
Returns the value of attribute id.
328 329 330 |
# File 'sig/types.rbs', line 328 def id @id end |
#image ⇒ ::String
Returns the value of attribute image.
330 331 332 |
# File 'sig/types.rbs', line 330 def image @image end |
#image_prefix ⇒ ::String
Returns the value of attribute image_prefix.
331 332 333 |
# File 'sig/types.rbs', line 331 def image_prefix @image_prefix end |
#name ⇒ ::String
Returns the value of attribute name.
329 330 331 |
# File 'sig/types.rbs', line 329 def name @name end |
#security_context ⇒ Types::SecurityContext
Returns the value of attribute security_context.
333 334 335 |
# File 'sig/types.rbs', line 333 def security_context @security_context end |
#volume_mounts ⇒ ::Array[Types::VolumeMount]
Returns the value of attribute volume_mounts.
332 333 334 |
# File 'sig/types.rbs', line 332 def volume_mounts @volume_mounts end |