Class: Aws::IoT::Types::ViolationEventOccurrenceRange
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT::Types::ViolationEventOccurrenceRange
 
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
Specifies the time period of which violation events occurred between.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #end_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The end date and time of a time period in which violation events occurred. 
- 
  
    
      #start_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The start date and time of a time period in which violation events occurred. 
Instance Attribute Details
#end_time ⇒ Time
The end date and time of a time period in which violation events occurred.
| 18862 18863 18864 18865 18866 18867 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 18862 class ViolationEventOccurrenceRange < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end | 
#start_time ⇒ Time
The start date and time of a time period in which violation events occurred.
| 18862 18863 18864 18865 18866 18867 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 18862 class ViolationEventOccurrenceRange < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |