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.



11271
11272
11273
# File 'sig/types.rbs', line 11271

def metric_specification
  @metric_specification
end

#target_value::Float

Returns the value of attribute target_value.

Returns:

  • (::Float)


11272
11273
11274
# File 'sig/types.rbs', line 11272

def target_value
  @target_value
end