Class: Aws::CostExplorer::Types::DiskResourceUtilization
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CostExplorer::Types::DiskResourceUtilization
 
- Defined in:
- gems/aws-sdk-costexplorer/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.
| 1865 1866 1867 1868 1869 1870 1871 1872 | # File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1865 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.
| 1865 1866 1867 1868 1869 1870 1871 1872 | # File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1865 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.
| 1865 1866 1867 1868 1869 1870 1871 1872 | # File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1865 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.
| 1865 1866 1867 1868 1869 1870 1871 1872 | # File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1865 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 |