Class: Aws::Types::DiskResourceUtilization

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#disk_read_bytes_per_second::String

Returns the value of attribute disk_read_bytes_per_second.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def disk_read_bytes_per_second
  @disk_read_bytes_per_second
end

#disk_read_ops_per_second::String

Returns the value of attribute disk_read_ops_per_second.

Returns:

  • (::String)


380
381
382
# File 'sig/types.rbs', line 380

def disk_read_ops_per_second
  @disk_read_ops_per_second
end

#disk_write_bytes_per_second::String

Returns the value of attribute disk_write_bytes_per_second.

Returns:

  • (::String)


383
384
385
# File 'sig/types.rbs', line 383

def disk_write_bytes_per_second
  @disk_write_bytes_per_second
end

#disk_write_ops_per_second::String

Returns the value of attribute disk_write_ops_per_second.

Returns:

  • (::String)


381
382
383
# File 'sig/types.rbs', line 381

def disk_write_ops_per_second
  @disk_write_ops_per_second
end