Class: Aws::Types::EBSUtilizationMetric

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#name"VolumeReadOpsPerSecond", ...

Returns the value of attribute name.

Returns:



168
169
170
# File 'sig/types.rbs', line 168

def name
  @name
end

#statistic"Maximum", "Average"

Returns the value of attribute statistic.

Returns:



169
170
171
# File 'sig/types.rbs', line 169

def statistic
  @statistic
end

#value::Float

Returns the value of attribute value.

Returns:



170
171
172
# File 'sig/types.rbs', line 170

def value
  @value
end