Class: Aws::Types::AutoScalingDescription

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_autoscaling_task_count::Integer

Returns the value of attribute max_autoscaling_task_count.

Returns:

  • (::Integer)


39
40
41
# File 'sig/types.rbs', line 39

def max_autoscaling_task_count
  @max_autoscaling_task_count
end

#max_worker_count::Integer

Returns the value of attribute max_worker_count.

Returns:

  • (::Integer)


34
35
36
# File 'sig/types.rbs', line 34

def max_worker_count
  @max_worker_count
end

#mcu_count::Integer

Returns the value of attribute mcu_count.

Returns:

  • (::Integer)


35
36
37
# File 'sig/types.rbs', line 35

def mcu_count
  @mcu_count
end

#min_worker_count::Integer

Returns the value of attribute min_worker_count.

Returns:

  • (::Integer)


36
37
38
# File 'sig/types.rbs', line 36

def min_worker_count
  @min_worker_count
end

#scale_in_policyTypes::ScaleInPolicyDescription

Returns the value of attribute scale_in_policy.



37
38
39
# File 'sig/types.rbs', line 37

def scale_in_policy
  @scale_in_policy
end

#scale_out_policyTypes::ScaleOutPolicyDescription

Returns the value of attribute scale_out_policy.



38
39
40
# File 'sig/types.rbs', line 38

def scale_out_policy
  @scale_out_policy
end