Class: Aws::Types::EBSResourceUtilization
- Inherits:
-
Object
- Object
- Aws::Types::EBSResourceUtilization
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ebs_read_bytes_per_second ⇒ ::String
Returns the value of attribute ebs_read_bytes_per_second.
-
#ebs_read_ops_per_second ⇒ ::String
Returns the value of attribute ebs_read_ops_per_second.
-
#ebs_write_bytes_per_second ⇒ ::String
Returns the value of attribute ebs_write_bytes_per_second.
-
#ebs_write_ops_per_second ⇒ ::String
Returns the value of attribute ebs_write_ops_per_second.
Instance Attribute Details
#ebs_read_bytes_per_second ⇒ ::String
Returns the value of attribute ebs_read_bytes_per_second.
396 397 398 |
# File 'sig/types.rbs', line 396 def ebs_read_bytes_per_second @ebs_read_bytes_per_second end |
#ebs_read_ops_per_second ⇒ ::String
Returns the value of attribute ebs_read_ops_per_second.
394 395 396 |
# File 'sig/types.rbs', line 394 def ebs_read_ops_per_second @ebs_read_ops_per_second end |
#ebs_write_bytes_per_second ⇒ ::String
Returns the value of attribute ebs_write_bytes_per_second.
397 398 399 |
# File 'sig/types.rbs', line 397 def ebs_write_bytes_per_second @ebs_write_bytes_per_second end |
#ebs_write_ops_per_second ⇒ ::String
Returns the value of attribute ebs_write_ops_per_second.
395 396 397 |
# File 'sig/types.rbs', line 395 def ebs_write_ops_per_second @ebs_write_ops_per_second end |