Class: Aws::Types::AutoScalingUpdate

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)


49
50
51
# File 'sig/types.rbs', line 49

def max_autoscaling_task_count
  @max_autoscaling_task_count
end

#max_worker_count::Integer

Returns the value of attribute max_worker_count.

Returns:

  • (::Integer)


44
45
46
# File 'sig/types.rbs', line 44

def max_worker_count
  @max_worker_count
end

#mcu_count::Integer

Returns the value of attribute mcu_count.

Returns:

  • (::Integer)


45
46
47
# File 'sig/types.rbs', line 45

def mcu_count
  @mcu_count
end

#min_worker_count::Integer

Returns the value of attribute min_worker_count.

Returns:

  • (::Integer)


46
47
48
# File 'sig/types.rbs', line 46

def min_worker_count
  @min_worker_count
end

#scale_in_policyTypes::ScaleInPolicyUpdate

Returns the value of attribute scale_in_policy.



47
48
49
# File 'sig/types.rbs', line 47

def scale_in_policy
  @scale_in_policy
end

#scale_out_policyTypes::ScaleOutPolicyUpdate

Returns the value of attribute scale_out_policy.



48
49
50
# File 'sig/types.rbs', line 48

def scale_out_policy
  @scale_out_policy
end