Class: Aws::ComputeOptimizer::Types::ContainerRecommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::ContainerRecommendation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizer/types.rb
Overview
The CPU and memory recommendations for a container within the tasks of your Amazon ECS service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_name ⇒ String
The name of the container.
-
#cpu ⇒ Integer
The recommended number of CPU units reserved for the container.
-
#memory_size_configuration ⇒ Types::MemorySizeConfiguration
The recommended memory size configurations for the container.
Instance Attribute Details
#container_name ⇒ String
The name of the container.
407 408 409 410 411 412 413 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 407 class ContainerRecommendation < Struct.new( :container_name, :memory_size_configuration, :cpu) SENSITIVE = [] include Aws::Structure end |
#cpu ⇒ Integer
The recommended number of CPU units reserved for the container.
407 408 409 410 411 412 413 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 407 class ContainerRecommendation < Struct.new( :container_name, :memory_size_configuration, :cpu) SENSITIVE = [] include Aws::Structure end |
#memory_size_configuration ⇒ Types::MemorySizeConfiguration
The recommended memory size configurations for the container.
407 408 409 410 411 412 413 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 407 class ContainerRecommendation < Struct.new( :container_name, :memory_size_configuration, :cpu) SENSITIVE = [] include Aws::Structure end |