Class: Aws::PCS::Types::ScalingConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb

Overview

Specifies the boundaries of the compute node group auto scaling.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_instance_countInteger

The upper bound of the number of instances allowed in the compute fleet.

Returns:

  • (Integer)


1455
1456
1457
1458
1459
1460
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1455

class ScalingConfiguration < Struct.new(
  :min_instance_count,
  :max_instance_count)
  SENSITIVE = []
  include Aws::Structure
end

#min_instance_countInteger

The lower bound of the number of instances allowed in the compute fleet.

Returns:

  • (Integer)


1455
1456
1457
1458
1459
1460
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1455

class ScalingConfiguration < Struct.new(
  :min_instance_count,
  :max_instance_count)
  SENSITIVE = []
  include Aws::Structure
end