Class: Aws::Types::DiskResourceUtilization
- Inherits:
-
Object
- Object
- Aws::Types::DiskResourceUtilization
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disk_read_bytes_per_second ⇒ ::String
Returns the value of attribute disk_read_bytes_per_second.
-
#disk_read_ops_per_second ⇒ ::String
Returns the value of attribute disk_read_ops_per_second.
-
#disk_write_bytes_per_second ⇒ ::String
Returns the value of attribute disk_write_bytes_per_second.
-
#disk_write_ops_per_second ⇒ ::String
Returns the value of attribute disk_write_ops_per_second.
Instance Attribute Details
#disk_read_bytes_per_second ⇒ ::String
Returns the value of attribute disk_read_bytes_per_second.
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.
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.
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.
381 382 383 |
# File 'sig/types.rbs', line 381 def disk_write_ops_per_second @disk_write_ops_per_second end |