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.



1454
1455
1456
# File 'sig/types.rbs', line 1454

def customized_metric_specification
  @customized_metric_specification
end

#disable_scale_inBoolean

Returns the value of attribute disable_scale_in.

Returns:

  • (Boolean)


1456
1457
1458
# File 'sig/types.rbs', line 1456

def disable_scale_in
  @disable_scale_in
end

#predefined_metric_specificationTypes::PredefinedMetricSpecification

Returns the value of attribute predefined_metric_specification.



1453
1454
1455
# File 'sig/types.rbs', line 1453

def predefined_metric_specification
  @predefined_metric_specification
end

#target_value::Float

Returns the value of attribute target_value.

Returns:

  • (::Float)


1455
1456
1457
# File 'sig/types.rbs', line 1455

def target_value
  @target_value
end