Class: Aws::IoT::Types::PercentPair
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::PercentPair
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
Describes the percentile and percentile value.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #percent  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The percentile.
 - 
  
    
      #value  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The value of the percentile.
 
Instance Attribute Details
#percent ⇒ Float
The percentile.
      12492 12493 12494 12495 12496 12497  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12492 class PercentPair < Struct.new( :percent, :value) SENSITIVE = [] include Aws::Structure end  | 
  
#value ⇒ Float
The value of the percentile.
      12492 12493 12494 12495 12496 12497  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12492 class PercentPair < Struct.new( :percent, :value) SENSITIVE = [] include Aws::Structure end  |