Class: Aws::Types::AutoScaling

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)


29
30
31
# File 'sig/types.rbs', line 29

def max_autoscaling_task_count
  @max_autoscaling_task_count
end

#max_worker_count::Integer

Returns the value of attribute max_worker_count.

Returns:

  • (::Integer)


24
25
26
# File 'sig/types.rbs', line 24

def max_worker_count
  @max_worker_count
end

#mcu_count::Integer

Returns the value of attribute mcu_count.

Returns:

  • (::Integer)


25
26
27
# File 'sig/types.rbs', line 25

def mcu_count
  @mcu_count
end

#min_worker_count::Integer

Returns the value of attribute min_worker_count.

Returns:

  • (::Integer)


26
27
28
# File 'sig/types.rbs', line 26

def min_worker_count
  @min_worker_count
end

#scale_in_policyTypes::ScaleInPolicy

Returns the value of attribute scale_in_policy.



27
28
29
# File 'sig/types.rbs', line 27

def scale_in_policy
  @scale_in_policy
end

#scale_out_policyTypes::ScaleOutPolicy

Returns the value of attribute scale_out_policy.



28
29
30
# File 'sig/types.rbs', line 28

def scale_out_policy
  @scale_out_policy
end