Class: Aws::CostExplorer::Types::DiskResourceUtilization

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#disk_read_bytes_per_secondString

The maximum read throughput operations per second.

Returns:

  • (String)


1431
1432
1433
1434
1435
1436
1437
1438
# File 'lib/aws-sdk-costexplorer/types.rb', line 1431

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_secondString

The maximum number of read operations per second.

Returns:

  • (String)


1431
1432
1433
1434
1435
1436
1437
1438
# File 'lib/aws-sdk-costexplorer/types.rb', line 1431

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_secondString

The maximum write throughput operations per second.

Returns:

  • (String)


1431
1432
1433
1434
1435
1436
1437
1438
# File 'lib/aws-sdk-costexplorer/types.rb', line 1431

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_secondString

The maximum number of write operations per second.

Returns:

  • (String)


1431
1432
1433
1434
1435
1436
1437
1438
# File 'lib/aws-sdk-costexplorer/types.rb', line 1431

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