Class: Aws::Types::ScalingConfigurationInput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#max_capacity::Integer

Returns the value of attribute max_capacity.



1203
1204
1205
# File 'sig/types.rbs', line 1203

def max_capacity
  @max_capacity
end

#scaling_type"TARGET_TRACKING_SCALING"

Returns the value of attribute scaling_type.



1201
1202
1203
# File 'sig/types.rbs', line 1201

def scaling_type
  @scaling_type
end

#target_tracking_scaling_configs::Array[Types::TargetTrackingScalingConfiguration]

Returns the value of attribute target_tracking_scaling_configs.



1202
1203
1204
# File 'sig/types.rbs', line 1202

def target_tracking_scaling_configs
  @target_tracking_scaling_configs
end