Class: Aws::Types::TargetTrackingScalingPolicyConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customized_metric_specificationTypes::CustomizedMetricSpecification

Returns the value of attribute customized_metric_specification.



471
472
473
# File 'sig/types.rbs', line 471

def customized_metric_specification
  @customized_metric_specification
end

#disable_scale_inBoolean

Returns the value of attribute disable_scale_in.

Returns:

  • (Boolean)


474
475
476
# File 'sig/types.rbs', line 474

def disable_scale_in
  @disable_scale_in
end

#predefined_metric_specificationTypes::PredefinedMetricSpecification

Returns the value of attribute predefined_metric_specification.



470
471
472
# File 'sig/types.rbs', line 470

def predefined_metric_specification
  @predefined_metric_specification
end

#scale_in_cooldown::Integer

Returns the value of attribute scale_in_cooldown.

Returns:

  • (::Integer)


473
474
475
# File 'sig/types.rbs', line 473

def scale_in_cooldown
  @scale_in_cooldown
end

#scale_out_cooldown::Integer

Returns the value of attribute scale_out_cooldown.

Returns:

  • (::Integer)


472
473
474
# File 'sig/types.rbs', line 472

def scale_out_cooldown
  @scale_out_cooldown
end

#target_value::Float

Returns the value of attribute target_value.

Returns:

  • (::Float)


469
470
471
# File 'sig/types.rbs', line 469

def target_value
  @target_value
end