Class: Aws::CostExplorer::Types::DiskResourceUtilization
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::DiskResourceUtilization
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
The field that contains a list of disk (local storage) metrics that are associated with the current instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#disk_read_bytes_per_second ⇒ String
The maximum read throughput operations per second.
-
#disk_read_ops_per_second ⇒ String
The maximum number of read operations per second.
-
#disk_write_bytes_per_second ⇒ String
The maximum write throughput operations per second.
-
#disk_write_ops_per_second ⇒ String
The maximum number of write operations per second.
Instance Attribute Details
#disk_read_bytes_per_second ⇒ String
The maximum read throughput operations per second.
1475 1476 1477 1478 1479 1480 1481 1482 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1475 class DiskResourceUtilization < Struct.new( :disk_read_ops_per_second, :disk_write_ops_per_second, :disk_read_bytes_per_second, :disk_write_bytes_per_second) SENSITIVE = [] include Aws::Structure end |
#disk_read_ops_per_second ⇒ String
The maximum number of read operations per second.
1475 1476 1477 1478 1479 1480 1481 1482 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1475 class DiskResourceUtilization < Struct.new( :disk_read_ops_per_second, :disk_write_ops_per_second, :disk_read_bytes_per_second, :disk_write_bytes_per_second) SENSITIVE = [] include Aws::Structure end |
#disk_write_bytes_per_second ⇒ String
The maximum write throughput operations per second.
1475 1476 1477 1478 1479 1480 1481 1482 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1475 class DiskResourceUtilization < Struct.new( :disk_read_ops_per_second, :disk_write_ops_per_second, :disk_read_bytes_per_second, :disk_write_bytes_per_second) SENSITIVE = [] include Aws::Structure end |
#disk_write_ops_per_second ⇒ String
The maximum number of write operations per second.
1475 1476 1477 1478 1479 1480 1481 1482 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1475 class DiskResourceUtilization < Struct.new( :disk_read_ops_per_second, :disk_write_ops_per_second, :disk_read_bytes_per_second, :disk_write_bytes_per_second) SENSITIVE = [] include Aws::Structure end |