Class: Aws::AutoScaling::Types::AcceleratorTotalMemoryMiBRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::AcceleratorTotalMemoryMiBRequest
- Defined in:
- gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb
Overview
Specifies the minimum and maximum for the AcceleratorTotalMemoryMiB
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.
55 56 57 58 59 60 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 55 class AcceleratorTotalMemoryMiBRequest < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |
#min ⇒ Integer
The memory minimum in MiB.
55 56 57 58 59 60 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 55 class AcceleratorTotalMemoryMiBRequest < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |