Class: Aws::Types::UtilizationMetric

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")


1264
1265
1266
# File 'sig/types.rbs', line 1264

def name
  @name
end

#statistic"Maximum", "Average"

Returns the value of attribute statistic.

Returns:

  • ("Maximum", "Average")


1265
1266
1267
# File 'sig/types.rbs', line 1265

def statistic
  @statistic
end

#value::Float

Returns the value of attribute value.

Returns:

  • (::Float)


1266
1267
1268
# File 'sig/types.rbs', line 1266

def value
  @value
end