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.



1460
1461
1462
# File 'sig/types.rbs', line 1460

def customized_metric_specification
  @customized_metric_specification
end

#disable_scale_inBoolean

Returns the value of attribute disable_scale_in.

Returns:

  • (Boolean)


1462
1463
1464
# File 'sig/types.rbs', line 1462

def disable_scale_in
  @disable_scale_in
end

#predefined_metric_specificationTypes::PredefinedMetricSpecification

Returns the value of attribute predefined_metric_specification.



1459
1460
1461
# File 'sig/types.rbs', line 1459

def predefined_metric_specification
  @predefined_metric_specification
end

#target_value::Float

Returns the value of attribute target_value.

Returns:

  • (::Float)


1461
1462
1463
# File 'sig/types.rbs', line 1461

def target_value
  @target_value
end