Class: Aws::ComputeOptimizer::Types::MemorySizeConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#memoryInteger

The amount of memory in the container.

Returns:

  • (Integer)


4736
4737
4738
4739
4740
4741
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 4736

class MemorySizeConfiguration < Struct.new(
  :memory,
  :memory_reservation)
  SENSITIVE = []
  include Aws::Structure
end

#memory_reservationInteger

The limit of memory reserve for the container.

Returns:

  • (Integer)


4736
4737
4738
4739
4740
4741
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 4736

class MemorySizeConfiguration < Struct.new(
  :memory,
  :memory_reservation)
  SENSITIVE = []
  include Aws::Structure
end