Class: Aws::Types::ContainerDetails
- Inherits:
-
Object
- Object
- Aws::Types::ContainerDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_runtime ⇒ ::String
Returns the value of attribute container_runtime.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#image_name ⇒ ::String
Returns the value of attribute image_name.
-
#launched_at ⇒ ::String
Returns the value of attribute launched_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#privileged ⇒ Boolean
Returns the value of attribute privileged.
-
#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.
5077 5078 5079 |
# File 'sig/types.rbs', line 5077 def container_runtime @container_runtime end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
5079 5080 5081 |
# File 'sig/types.rbs', line 5079 def image_id @image_id end |
#image_name ⇒ ::String
Returns the value of attribute image_name.
5080 5081 5082 |
# File 'sig/types.rbs', line 5080 def image_name @image_name end |
#launched_at ⇒ ::String
Returns the value of attribute launched_at.
5081 5082 5083 |
# File 'sig/types.rbs', line 5081 def launched_at @launched_at end |
#name ⇒ ::String
Returns the value of attribute name.
5078 5079 5080 |
# File 'sig/types.rbs', line 5078 def name @name end |
#privileged ⇒ Boolean
Returns the value of attribute privileged.
5083 5084 5085 |
# File 'sig/types.rbs', line 5083 def privileged @privileged end |
#volume_mounts ⇒ ::Array[Types::VolumeMount]
Returns the value of attribute volume_mounts.
5082 5083 5084 |
# File 'sig/types.rbs', line 5082 def volume_mounts @volume_mounts end |