Class: Aws::Types::ContainerRecommendation

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)


85
86
87
# File 'sig/types.rbs', line 85

def container_name
  @container_name
end

#cpu::Integer

Returns the value of attribute cpu.

Returns:

  • (::Integer)


87
88
89
# File 'sig/types.rbs', line 87

def cpu
  @cpu
end

#memory_size_configurationTypes::MemorySizeConfiguration

Returns the value of attribute memory_size_configuration.



86
87
88
# File 'sig/types.rbs', line 86

def memory_size_configuration
  @memory_size_configuration
end