Class: Aws::Types::ProjectedMetric

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", "EBS_READ_OPS_PER_SECOND", "EBS_WRITE_OPS_PER_SECOND", "EBS_READ_BYTES_PER_SECOND", "EBS_WRITE_BYTES_PER_SECOND", "DISK_READ_OPS_PER_SECOND", "DISK_WRITE_OPS_PER_SECOND", "DISK_READ_BYTES_PER_SECOND", "DISK_WRITE_BYTES_PER_SECOND", "NETWORK_IN_BYTES_PER_SECOND", "NETWORK_OUT_BYTES_PER_SECOND", "NETWORK_PACKETS_IN_PER_SECOND", "NETWORK_PACKETS_OUT_PER_SECOND", "GPU_PERCENTAGE", "GPU_MEMORY_PERCENTAGE")


997
998
999
# File 'sig/types.rbs', line 997

def name
  @name
end

#timestamps::Array[::Time]

Returns the value of attribute timestamps.

Returns:

  • (::Array[::Time])


998
999
1000
# File 'sig/types.rbs', line 998

def timestamps
  @timestamps
end

#values::Array[::Float]

Returns the value of attribute values.

Returns:

  • (::Array[::Float])


999
1000
1001
# File 'sig/types.rbs', line 999

def values
  @values
end