Class: Aws::Types::ManagedScalingPolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_limitsTypes::ComputeLimits

Returns the value of attribute compute_limits.



1126
1127
1128
# File 'sig/types.rbs', line 1126

def compute_limits
  @compute_limits
end

#scaling_strategy"DEFAULT", "ADVANCED"

Returns the value of attribute scaling_strategy.

Returns:

  • ("DEFAULT", "ADVANCED")


1128
1129
1130
# File 'sig/types.rbs', line 1128

def scaling_strategy
  @scaling_strategy
end

#utilization_performance_index::Integer

Returns the value of attribute utilization_performance_index.

Returns:

  • (::Integer)


1127
1128
1129
# File 'sig/types.rbs', line 1127

def utilization_performance_index
  @utilization_performance_index
end