Class: Aws::Types::TargetTrackingScalingConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#metric_type"FLEET_UTILIZATION_RATE"

Returns the value of attribute metric_type.

Returns:



1389
1390
1391
# File 'sig/types.rbs', line 1389

def metric_type
  @metric_type
end

#target_value::Float

Returns the value of attribute target_value.

Returns:



1390
1391
1392
# File 'sig/types.rbs', line 1390

def target_value
  @target_value
end