Class: Aws::Types::ContainerRecommendation
- Inherits:
-
Object
- Object
- Aws::Types::ContainerRecommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_name ⇒ ::String
Returns the value of attribute container_name.
-
#cpu ⇒ ::Integer
Returns the value of attribute cpu.
-
#memory_size_configuration ⇒ Types::MemorySizeConfiguration
Returns the value of attribute memory_size_configuration.
Instance Attribute Details
#container_name ⇒ ::String
Returns the value of attribute container_name.
85 86 87 |
# File 'sig/types.rbs', line 85 def container_name @container_name end |
#cpu ⇒ ::Integer
Returns the value of attribute cpu.
87 88 89 |
# File 'sig/types.rbs', line 87 def cpu @cpu end |
#memory_size_configuration ⇒ Types::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 |