Class: Aws::AutoScaling::Types::MemoryMiBRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::MemoryMiBRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Specifies the minimum and maximum for the ‘MemoryMiB` object when you specify InstanceRequirements for an Auto Scaling group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max ⇒ Integer
The memory maximum in MiB.
-
#min ⇒ Integer
The memory minimum in MiB.
Instance Attribute Details
#max ⇒ Integer
The memory maximum in MiB.
4868 4869 4870 4871 4872 4873 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 4868 class MemoryMiBRequest < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |
#min ⇒ Integer
The memory minimum in MiB.
4868 4869 4870 4871 4872 4873 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 4868 class MemoryMiBRequest < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |