Class: Aws::AutoScaling::Types::AcceleratorTotalMemoryMiBRequest

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

Instance Attribute Details

#maxInteger

The memory maximum in MiB.

Returns:

  • (Integer)


47
48
49
50
51
52
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 47

class AcceleratorTotalMemoryMiBRequest < Struct.new(
  :min,
  :max)
  SENSITIVE = []
  include Aws::Structure
end

#minInteger

The memory minimum in MiB.

Returns:

  • (Integer)


47
48
49
50
51
52
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 47

class AcceleratorTotalMemoryMiBRequest < Struct.new(
  :min,
  :max)
  SENSITIVE = []
  include Aws::Structure
end