Class: Aws::Types::CapacityProviderScalingConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_v_cpu_count::Integer

Returns the value of attribute max_v_cpu_count.

Returns:

  • (::Integer)


174
175
176
# File 'sig/types.rbs', line 174

def max_v_cpu_count
  @max_v_cpu_count
end

#scaling_mode"Auto", "Manual"

Returns the value of attribute scaling_mode.

Returns:

  • ("Auto", "Manual")


175
176
177
# File 'sig/types.rbs', line 175

def scaling_mode
  @scaling_mode
end

#scaling_policies::Array[Types::TargetTrackingScalingPolicy]

Returns the value of attribute scaling_policies.



176
177
178
# File 'sig/types.rbs', line 176

def scaling_policies
  @scaling_policies
end