Class: Aws::Types::PredictiveScalingPredefinedMetricPair

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#predefined_metric_type"ASGCPUUtilization", ...

Returns the value of attribute predefined_metric_type.

Returns:

  • ("ASGCPUUtilization", "ASGNetworkIn", "ASGNetworkOut", "ALBRequestCount")


1156
1157
1158
# File 'sig/types.rbs', line 1156

def predefined_metric_type
  @predefined_metric_type
end

#resource_label::String

Returns the value of attribute resource_label.

Returns:

  • (::String)


1157
1158
1159
# File 'sig/types.rbs', line 1157

def resource_label
  @resource_label
end