Class: Aws::Types::CustomizableMetricParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#headroom"PERCENT_30", ...

Returns the value of attribute headroom.

Returns:

  • ("PERCENT_30", "PERCENT_20", "PERCENT_10", "PERCENT_0")


101
102
103
# File 'sig/types.rbs', line 101

def headroom
  @headroom
end

#threshold"P90", ...

Returns the value of attribute threshold.

Returns:

  • ("P90", "P95", "P99_5")


100
101
102
# File 'sig/types.rbs', line 100

def threshold
  @threshold
end