Class: Aws::Types::PredefinedScalingMetricSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#predefined_scaling_metric_type"ASGAverageCPUUtilization", ...

Returns the value of attribute predefined_scaling_metric_type.

Returns:

  • ("ASGAverageCPUUtilization", "ASGAverageNetworkIn", "ASGAverageNetworkOut", "DynamoDBReadCapacityUtilization", "DynamoDBWriteCapacityUtilization", "ECSServiceAverageCPUUtilization", "ECSServiceAverageMemoryUtilization", "ALBRequestCountPerTarget", "RDSReaderAverageCPUUtilization", "RDSReaderAverageDatabaseConnections", "EC2SpotFleetRequestAverageCPUUtilization", "EC2SpotFleetRequestAverageNetworkIn", "EC2SpotFleetRequestAverageNetworkOut")


146
147
148
# File 'sig/types.rbs', line 146

def predefined_scaling_metric_type
  @predefined_scaling_metric_type
end

#resource_label::String

Returns the value of attribute resource_label.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def resource_label
  @resource_label
end