Class: Aws::Types::ECSServiceUtilizationMetric

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name"Cpu", "Memory"

Returns the value of attribute name.

Returns:

  • ("Cpu", "Memory")


254
255
256
# File 'sig/types.rbs', line 254

def name
  @name
end

#statistic"Maximum", "Average"

Returns the value of attribute statistic.

Returns:

  • ("Maximum", "Average")


255
256
257
# File 'sig/types.rbs', line 255

def statistic
  @statistic
end

#value::Float

Returns the value of attribute value.

Returns:

  • (::Float)


256
257
258
# File 'sig/types.rbs', line 256

def value
  @value
end