Class: Aws::Types::ContainerConfiguration

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)


78
79
80
# File 'sig/types.rbs', line 78

def container_name
  @container_name
end

#cpu::Integer

Returns the value of attribute cpu.

Returns:

  • (::Integer)


80
81
82
# File 'sig/types.rbs', line 80

def cpu
  @cpu
end

#memory_size_configurationTypes::MemorySizeConfiguration

Returns the value of attribute memory_size_configuration.



79
80
81
# File 'sig/types.rbs', line 79

def memory_size_configuration
  @memory_size_configuration
end