Class: Aws::Types::SupportContainerDefinitionInput

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)


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.

Returns:



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.

Returns:



2152
2153
2154
# File 'sig/types.rbs', line 2152

def environment_override
  @environment_override
end

#essentialBoolean

Returns the value of attribute essential.

Returns:

  • (Boolean)


2153
2154
2155
# File 'sig/types.rbs', line 2153

def essential
  @essential
end

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

Returns:

  • (::String)


2155
2156
2157
# File 'sig/types.rbs', line 2155

def image_uri
  @image_uri
end

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

Returns:

  • (::Integer)


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.

Returns:



2151
2152
2153
# File 'sig/types.rbs', line 2151

def mount_points
  @mount_points
end

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

Returns:

  • (::Float)


2158
2159
2160
# File 'sig/types.rbs', line 2158

def vcpu
  @vcpu
end