Class: Aws::Types::SupportContainerDefinition
- Inherits:
-
Object
- Object
- Aws::Types::SupportContainerDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_name ⇒ ::String
Returns the value of attribute container_name.
-
#depends_on ⇒ ::Array[Types::ContainerDependency]
Returns the value of attribute depends_on.
-
#environment_override ⇒ ::Array[Types::ContainerEnvironment]
Returns the value of attribute environment_override.
-
#essential ⇒ Boolean
Returns the value of attribute essential.
-
#health_check ⇒ Types::ContainerHealthCheck
Returns the value of attribute health_check.
-
#image_uri ⇒ ::String
Returns the value of attribute image_uri.
-
#linux_capabilities ⇒ Types::LinuxCapabilities
Returns the value of attribute linux_capabilities.
-
#memory_hard_limit_mebibytes ⇒ ::Integer
Returns the value of attribute memory_hard_limit_mebibytes.
-
#mount_points ⇒ ::Array[Types::ContainerMountPoint]
Returns the value of attribute mount_points.
-
#port_configuration ⇒ Types::ContainerPortConfiguration
Returns the value of attribute port_configuration.
-
#resolved_image_digest ⇒ ::String
Returns the value of attribute resolved_image_digest.
-
#vcpu ⇒ ::Float
Returns the value of attribute vcpu.
Instance Attribute Details
#container_name ⇒ ::String
Returns the value of attribute container_name.
2133 2134 2135 |
# File 'sig/types.rbs', line 2133 def container_name @container_name end |
#depends_on ⇒ ::Array[Types::ContainerDependency]
Returns the value of attribute depends_on.
2134 2135 2136 |
# File 'sig/types.rbs', line 2134 def depends_on @depends_on end |
#environment_override ⇒ ::Array[Types::ContainerEnvironment]
Returns the value of attribute environment_override.
2136 2137 2138 |
# File 'sig/types.rbs', line 2136 def environment_override @environment_override end |
#essential ⇒ Boolean
Returns the value of attribute essential.
2137 2138 2139 |
# File 'sig/types.rbs', line 2137 def essential @essential end |
#health_check ⇒ Types::ContainerHealthCheck
Returns the value of attribute health_check.
2138 2139 2140 |
# File 'sig/types.rbs', line 2138 def health_check @health_check end |
#image_uri ⇒ ::String
Returns the value of attribute image_uri.
2139 2140 2141 |
# File 'sig/types.rbs', line 2139 def image_uri @image_uri end |
#linux_capabilities ⇒ Types::LinuxCapabilities
Returns the value of attribute linux_capabilities.
2144 2145 2146 |
# File 'sig/types.rbs', line 2144 def linux_capabilities @linux_capabilities end |
#memory_hard_limit_mebibytes ⇒ ::Integer
Returns the value of attribute memory_hard_limit_mebibytes.
2140 2141 2142 |
# File 'sig/types.rbs', line 2140 def memory_hard_limit_mebibytes @memory_hard_limit_mebibytes end |
#mount_points ⇒ ::Array[Types::ContainerMountPoint]
Returns the value of attribute mount_points.
2135 2136 2137 |
# File 'sig/types.rbs', line 2135 def mount_points @mount_points end |
#port_configuration ⇒ Types::ContainerPortConfiguration
Returns the value of attribute port_configuration.
2141 2142 2143 |
# File 'sig/types.rbs', line 2141 def port_configuration @port_configuration end |
#resolved_image_digest ⇒ ::String
Returns the value of attribute resolved_image_digest.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def resolved_image_digest @resolved_image_digest end |
#vcpu ⇒ ::Float
Returns the value of attribute vcpu.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def vcpu @vcpu end |