Class: Aws::Types::SupportContainerDefinitionInput
- Inherits:
-
Object
- Object
- Aws::Types::SupportContainerDefinitionInput
- 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.
-
#vcpu ⇒ ::Float
Returns the value of attribute vcpu.
Instance Attribute Details
#container_name ⇒ ::String
Returns the value of attribute container_name.
2149 2150 2151 |
# File 'sig/types.rbs', line 2149 def container_name @container_name end |
#depends_on ⇒ ::Array[Types::ContainerDependency]
Returns the value of attribute depends_on.
2150 2151 2152 |
# File 'sig/types.rbs', line 2150 def depends_on @depends_on end |
#environment_override ⇒ ::Array[Types::ContainerEnvironment]
Returns the value of attribute environment_override.
2152 2153 2154 |
# File 'sig/types.rbs', line 2152 def environment_override @environment_override end |
#essential ⇒ Boolean
Returns the value of attribute essential.
2153 2154 2155 |
# File 'sig/types.rbs', line 2153 def essential @essential end |
#health_check ⇒ Types::ContainerHealthCheck
Returns the value of attribute health_check.
2154 2155 2156 |
# File 'sig/types.rbs', line 2154 def health_check @health_check end |
#image_uri ⇒ ::String
Returns the value of attribute image_uri.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def image_uri @image_uri end |
#linux_capabilities ⇒ Types::LinuxCapabilities
Returns the value of attribute linux_capabilities.
2159 2160 2161 |
# File 'sig/types.rbs', line 2159 def linux_capabilities @linux_capabilities end |
#memory_hard_limit_mebibytes ⇒ ::Integer
Returns the value of attribute memory_hard_limit_mebibytes.
2156 2157 2158 |
# File 'sig/types.rbs', line 2156 def memory_hard_limit_mebibytes @memory_hard_limit_mebibytes end |
#mount_points ⇒ ::Array[Types::ContainerMountPoint]
Returns the value of attribute mount_points.
2151 2152 2153 |
# File 'sig/types.rbs', line 2151 def mount_points @mount_points end |
#port_configuration ⇒ Types::ContainerPortConfiguration
Returns the value of attribute port_configuration.
2157 2158 2159 |
# File 'sig/types.rbs', line 2157 def port_configuration @port_configuration end |
#vcpu ⇒ ::Float
Returns the value of attribute vcpu.
2158 2159 2160 |
# File 'sig/types.rbs', line 2158 def vcpu @vcpu end |