Class: Aws::Types::TargetTrackingConfiguration

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.



1448
1449
1450
# File 'sig/types.rbs', line 1448

def customized_metric_specification
  @customized_metric_specification
end

#disable_scale_inBoolean

Returns the value of attribute disable_scale_in.

Returns:

  • (Boolean)


1450
1451
1452
# File 'sig/types.rbs', line 1450

def disable_scale_in
  @disable_scale_in
end

#predefined_metric_specificationTypes::PredefinedMetricSpecification

Returns the value of attribute predefined_metric_specification.



1447
1448
1449
# File 'sig/types.rbs', line 1447

def predefined_metric_specification
  @predefined_metric_specification
end

#target_value::Float

Returns the value of attribute target_value.

Returns:

  • (::Float)


1449
1450
1451
# File 'sig/types.rbs', line 1449

def target_value
  @target_value
end