Class: Aws::Types::PredictiveScalingMetricSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customized_capacity_metric_specificationTypes::PredictiveScalingCustomizedMetricSpecification

Returns the value of attribute customized_capacity_metric_specification.



246
247
248
# File 'sig/types.rbs', line 246

def customized_capacity_metric_specification
  @customized_capacity_metric_specification
end

#customized_load_metric_specificationTypes::PredictiveScalingCustomizedMetricSpecification

Returns the value of attribute customized_load_metric_specification.



245
246
247
# File 'sig/types.rbs', line 245

def customized_load_metric_specification
  @customized_load_metric_specification
end

#customized_scaling_metric_specificationTypes::PredictiveScalingCustomizedMetricSpecification

Returns the value of attribute customized_scaling_metric_specification.



244
245
246
# File 'sig/types.rbs', line 244

def customized_scaling_metric_specification
  @customized_scaling_metric_specification
end

#predefined_load_metric_specificationTypes::PredictiveScalingPredefinedLoadMetricSpecification

Returns the value of attribute predefined_load_metric_specification.



243
244
245
# File 'sig/types.rbs', line 243

def predefined_load_metric_specification
  @predefined_load_metric_specification
end

#predefined_metric_pair_specificationTypes::PredictiveScalingPredefinedMetricPairSpecification

Returns the value of attribute predefined_metric_pair_specification.



241
242
243
# File 'sig/types.rbs', line 241

def predefined_metric_pair_specification
  @predefined_metric_pair_specification
end

#predefined_scaling_metric_specificationTypes::PredictiveScalingPredefinedScalingMetricSpecification

Returns the value of attribute predefined_scaling_metric_specification.



242
243
244
# File 'sig/types.rbs', line 242

def predefined_scaling_metric_specification
  @predefined_scaling_metric_specification
end

#target_value::Float

Returns the value of attribute target_value.

Returns:

  • (::Float)


240
241
242
# File 'sig/types.rbs', line 240

def target_value
  @target_value
end