Class: Aws::Types::PredictiveScalingPredefinedLoadMetric

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"ASGTotalCPUUtilization", ...

Returns the value of attribute predefined_metric_type.

Returns:

  • ("ASGTotalCPUUtilization", "ASGTotalNetworkIn", "ASGTotalNetworkOut", "ALBTargetGroupRequestCount")


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

def predefined_metric_type
  @predefined_metric_type
end

#resource_label::String

Returns the value of attribute resource_label.

Returns:

  • (::String)


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

def resource_label
  @resource_label
end