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

#metric_specificationTypes::MetricSpecification

Returns the value of attribute metric_specification.



11279
11280
11281
# File 'sig/types.rbs', line 11279

def metric_specification
  @metric_specification
end

#target_value::Float

Returns the value of attribute target_value.

Returns:

  • (::Float)


11280
11281
11282
# File 'sig/types.rbs', line 11280

def target_value
  @target_value
end