Class: Aws::Types::ECSServiceProjectedUtilizationMetric

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lower_bound_value::Float

Returns the value of attribute lower_bound_value.

Returns:

  • (::Float)


208
209
210
# File 'sig/types.rbs', line 208

def lower_bound_value
  @lower_bound_value
end

#name"Cpu", "Memory"

Returns the value of attribute name.

Returns:

  • ("Cpu", "Memory")


206
207
208
# File 'sig/types.rbs', line 206

def name
  @name
end

#statistic"Maximum", "Average"

Returns the value of attribute statistic.

Returns:

  • ("Maximum", "Average")


207
208
209
# File 'sig/types.rbs', line 207

def statistic
  @statistic
end

#upper_bound_value::Float

Returns the value of attribute upper_bound_value.

Returns:

  • (::Float)


209
210
211
# File 'sig/types.rbs', line 209

def upper_bound_value
  @upper_bound_value
end