Class: Aws::IoT::Types::DetectMitigationActionsTaskTarget
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::DetectMitigationActionsTaskTarget
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
The target of a mitigation action task.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #behavior_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the behavior.
 - 
  
    
      #security_profile_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the security profile.
 - 
  
    
      #violation_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifiers of the violations.
 
Instance Attribute Details
#behavior_name ⇒ String
The name of the behavior.
      6739 6740 6741 6742 6743 6744 6745  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6739 class DetectMitigationActionsTaskTarget < Struct.new( :violation_ids, :security_profile_name, :behavior_name) SENSITIVE = [] include Aws::Structure end  | 
  
#security_profile_name ⇒ String
The name of the security profile.
      6739 6740 6741 6742 6743 6744 6745  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6739 class DetectMitigationActionsTaskTarget < Struct.new( :violation_ids, :security_profile_name, :behavior_name) SENSITIVE = [] include Aws::Structure end  | 
  
#violation_ids ⇒ Array<String>
The unique identifiers of the violations.
      6739 6740 6741 6742 6743 6744 6745  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6739 class DetectMitigationActionsTaskTarget < Struct.new( :violation_ids, :security_profile_name, :behavior_name) SENSITIVE = [] include Aws::Structure end  |