Class: Aws::Types::ScalingConfigurationOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#desired_capacity::Integer

Returns the value of attribute desired_capacity.

Returns:



1211
1212
1213
# File 'sig/types.rbs', line 1211

def desired_capacity
  @desired_capacity
end

#max_capacity::Integer

Returns the value of attribute max_capacity.

Returns:



1210
1211
1212
# File 'sig/types.rbs', line 1210

def max_capacity
  @max_capacity
end

#scaling_type"TARGET_TRACKING_SCALING"

Returns the value of attribute scaling_type.

Returns:



1208
1209
1210
# File 'sig/types.rbs', line 1208

def scaling_type
  @scaling_type
end

#target_tracking_scaling_configs::Array[Types::TargetTrackingScalingConfiguration]

Returns the value of attribute target_tracking_scaling_configs.

Returns:



1209
1210
1211
# File 'sig/types.rbs', line 1209

def target_tracking_scaling_configs
  @target_tracking_scaling_configs
end