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::PredictiveScalingCustomizedCapacityMetric

Returns the value of attribute customized_capacity_metric_specification.



1151
1152
1153
# File 'sig/types.rbs', line 1151

def customized_capacity_metric_specification
  @customized_capacity_metric_specification
end

#customized_load_metric_specificationTypes::PredictiveScalingCustomizedLoadMetric

Returns the value of attribute customized_load_metric_specification.



1150
1151
1152
# File 'sig/types.rbs', line 1150

def customized_load_metric_specification
  @customized_load_metric_specification
end

#customized_scaling_metric_specificationTypes::PredictiveScalingCustomizedScalingMetric

Returns the value of attribute customized_scaling_metric_specification.



1149
1150
1151
# File 'sig/types.rbs', line 1149

def customized_scaling_metric_specification
  @customized_scaling_metric_specification
end

#predefined_load_metric_specificationTypes::PredictiveScalingPredefinedLoadMetric

Returns the value of attribute predefined_load_metric_specification.



1148
1149
1150
# File 'sig/types.rbs', line 1148

def predefined_load_metric_specification
  @predefined_load_metric_specification
end

#predefined_metric_pair_specificationTypes::PredictiveScalingPredefinedMetricPair

Returns the value of attribute predefined_metric_pair_specification.



1146
1147
1148
# File 'sig/types.rbs', line 1146

def predefined_metric_pair_specification
  @predefined_metric_pair_specification
end

#predefined_scaling_metric_specificationTypes::PredictiveScalingPredefinedScalingMetric

Returns the value of attribute predefined_scaling_metric_specification.



1147
1148
1149
# File 'sig/types.rbs', line 1147

def predefined_scaling_metric_specification
  @predefined_scaling_metric_specification
end

#target_value::Float

Returns the value of attribute target_value.

Returns:

  • (::Float)


1145
1146
1147
# File 'sig/types.rbs', line 1145

def target_value
  @target_value
end