Class: Aws::QLDBSession::Types::IOUsage
- Inherits:
-
Struct
- Object
- Struct
- Aws::QLDBSession::Types::IOUsage
- Defined in:
- gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession/types.rb
Overview
Contains I/O usage metrics for a command that was invoked.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#read_i_os ⇒ Integer
The number of read I/O requests that the command made.
-
#write_i_os ⇒ Integer
The number of write I/O requests that the command made.