Class: Aws::Types::RDSDatabaseProjectedMetric

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name"CPU", ...

Returns the value of attribute name.

Returns:

  • ("CPU", "Memory", "EBSVolumeStorageSpaceUtilization", "NetworkReceiveThroughput", "NetworkTransmitThroughput", "EBSVolumeReadIOPS", "EBSVolumeWriteIOPS", "EBSVolumeReadThroughput", "EBSVolumeWriteThroughput", "DatabaseConnections", "StorageNetworkReceiveThroughput", "StorageNetworkTransmitThroughput", "AuroraMemoryHealthState", "AuroraMemoryNumDeclinedSql", "AuroraMemoryNumKillConnTotal", "AuroraMemoryNumKillQueryTotal", "ReadIOPSEphemeralStorage", "WriteIOPSEphemeralStorage", "VolumeReadIOPs", "VolumeBytesUsed", "VolumeWriteIOPs")


1078
1079
1080
# File 'sig/types.rbs', line 1078

def name
  @name
end

#timestamps::Array[::Time]

Returns the value of attribute timestamps.

Returns:

  • (::Array[::Time])


1079
1080
1081
# File 'sig/types.rbs', line 1079

def timestamps
  @timestamps
end

#values::Array[::Float]

Returns the value of attribute values.

Returns:

  • (::Array[::Float])


1080
1081
1082
# File 'sig/types.rbs', line 1080

def values
  @values
end