Class: Aws::IoT::Types::MetricDatum
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::MetricDatum
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
A metric.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time the metric value was reported.
 - 
  
    
      #value  ⇒ Types::MetricValue 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The value reported for the metric.
 
Instance Attribute Details
#timestamp ⇒ Time
The time the metric value was reported.
      11813 11814 11815 11816 11817 11818  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 11813 class MetricDatum < Struct.new( :timestamp, :value) SENSITIVE = [] include Aws::Structure end  | 
  
#value ⇒ Types::MetricValue
The value reported for the metric.
      11813 11814 11815 11816 11817 11818  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 11813 class MetricDatum < Struct.new( :timestamp, :value) SENSITIVE = [] include Aws::Structure end  |