Class: Aws::DataSync::Types::P95Metrics
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataSync::Types::P95Metrics
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-datasync/types.rb
 
Overview
The types of performance data that DataSync Discovery collects about an on-premises storage system resource.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #iops  ⇒ Types::IOPS 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IOPS peaks for an on-premises storage system resource.
 - 
  
    
      #latency  ⇒ Types::Latency 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The latency peaks for an on-premises storage system resource.
 - 
  
    
      #throughput  ⇒ Types::Throughput 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The throughput peaks for an on-premises storage system resource.
 
Instance Attribute Details
#iops ⇒ Types::IOPS
The IOPS peaks for an on-premises storage system resource. Each data point represents the 95th percentile peak value during a 1-hour interval.
      4724 4725 4726 4727 4728 4729 4730  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 4724 class P95Metrics < Struct.new( :iops, :throughput, :latency) SENSITIVE = [] include Aws::Structure end  | 
  
#latency ⇒ Types::Latency
The latency peaks for an on-premises storage system resource. Each data point represents the 95th percentile peak value during a 1-hour interval.
      4724 4725 4726 4727 4728 4729 4730  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 4724 class P95Metrics < Struct.new( :iops, :throughput, :latency) SENSITIVE = [] include Aws::Structure end  | 
  
#throughput ⇒ Types::Throughput
The throughput peaks for an on-premises storage system resource. Each data point represents the 95th percentile peak value during a 1-hour interval.
      4724 4725 4726 4727 4728 4729 4730  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 4724 class P95Metrics < Struct.new( :iops, :throughput, :latency) SENSITIVE = [] include Aws::Structure end  |