Class: Aws::ComputeOptimizer::Types::MemorySizeConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::MemorySizeConfiguration
- Defined in:
- gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb
Overview
The memory size configurations of a container.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#memory ⇒ Integer
The amount of memory in the container.
-
#memory_reservation ⇒ Integer
The limit of memory reserve for the container.
Instance Attribute Details
#memory ⇒ Integer
The amount of memory in the container.
5516 5517 5518 5519 5520 5521 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5516 class MemorySizeConfiguration < Struct.new( :memory, :memory_reservation) SENSITIVE = [] include Aws::Structure end |
#memory_reservation ⇒ Integer
The limit of memory reserve for the container.
5516 5517 5518 5519 5520 5521 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5516 class MemorySizeConfiguration < Struct.new( :memory, :memory_reservation) SENSITIVE = [] include Aws::Structure end |