Class: Aws::Types::SupportContainerDefinition

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_name::String

Returns the value of attribute container_name.

Returns:

  • (::String)


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.

Returns:



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.

Returns:



2136
2137
2138
# File 'sig/types.rbs', line 2136

def environment_override
  @environment_override
end

#essentialBoolean

Returns the value of attribute essential.

Returns:

  • (Boolean)


2137
2138
2139
# File 'sig/types.rbs', line 2137

def essential
  @essential
end

#health_checkTypes::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.

Returns:

  • (::String)


2139
2140
2141
# File 'sig/types.rbs', line 2139

def image_uri
  @image_uri
end

#linux_capabilitiesTypes::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.

Returns:

  • (::Integer)


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.

Returns:



2135
2136
2137
# File 'sig/types.rbs', line 2135

def mount_points
  @mount_points
end

#port_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Float)


2143
2144
2145
# File 'sig/types.rbs', line 2143

def vcpu
  @vcpu
end