Class: Aws::IoT::Types::PutVerificationStateOnViolationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::PutVerificationStateOnViolationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #verification_state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The verification state of the violation.
 - 
  
    
      #verification_state_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the verification state of the violation (detect alarm).
 - 
  
    
      #violation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The violation ID.
 
Instance Attribute Details
#verification_state ⇒ String
The verification state of the violation.
      12760 12761 12762 12763 12764 12765 12766  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12760 class PutVerificationStateOnViolationRequest < Struct.new( :violation_id, :verification_state, :verification_state_description) SENSITIVE = [] include Aws::Structure end  | 
  
#verification_state_description ⇒ String
The description of the verification state of the violation (detect alarm).
      12760 12761 12762 12763 12764 12765 12766  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12760 class PutVerificationStateOnViolationRequest < Struct.new( :violation_id, :verification_state, :verification_state_description) SENSITIVE = [] include Aws::Structure end  | 
  
#violation_id ⇒ String
The violation ID.
      12760 12761 12762 12763 12764 12765 12766  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 12760 class PutVerificationStateOnViolationRequest < Struct.new( :violation_id, :verification_state, :verification_state_description) SENSITIVE = [] include Aws::Structure end  |