Class: Aws::Types::AutoScalingConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_metric"CPU_UTILIZATION_PERCENTAGE"

Returns the value of attribute auto_scaling_metric.

Returns:

  • ("CPU_UTILIZATION_PERCENTAGE")


19
20
21
# File 'sig/types.rbs', line 19

def auto_scaling_metric
  @auto_scaling_metric
end

#max_node_count::Integer

Returns the value of attribute max_node_count.

Returns:

  • (::Integer)


18
19
20
# File 'sig/types.rbs', line 18

def max_node_count
  @max_node_count
end

#metric_target::Float

Returns the value of attribute metric_target.

Returns:

  • (::Float)


20
21
22
# File 'sig/types.rbs', line 20

def metric_target
  @metric_target
end

#min_node_count::Integer

Returns the value of attribute min_node_count.

Returns:

  • (::Integer)


17
18
19
# File 'sig/types.rbs', line 17

def min_node_count
  @min_node_count
end

#scale_in_cooldown_seconds::Float

Returns the value of attribute scale_in_cooldown_seconds.

Returns:

  • (::Float)


21
22
23
# File 'sig/types.rbs', line 21

def scale_in_cooldown_seconds
  @scale_in_cooldown_seconds
end

#scale_out_cooldown_seconds::Float

Returns the value of attribute scale_out_cooldown_seconds.

Returns:

  • (::Float)


22
23
24
# File 'sig/types.rbs', line 22

def scale_out_cooldown_seconds
  @scale_out_cooldown_seconds
end