Class: Aws::Types::RDSDBUtilizationMetric

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#name"CPU", ...

Returns the value of attribute name.



1071
1072
1073
# File 'sig/types.rbs', line 1071

def name
  @name
end

#statistic"Maximum", ...

Returns the value of attribute statistic.



1072
1073
1074
# File 'sig/types.rbs', line 1072

def statistic
  @statistic
end

#value::Float

Returns the value of attribute value.



1073
1074
1075
# File 'sig/types.rbs', line 1073

def value
  @value
end