Class: Aws::FMS::Types::ActionTarget
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FMS::Types::ActionTarget
 
 
- Defined in:
 - gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb
 
Overview
Describes a remediation action target.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the remediation action target.
 - 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the remediation target.
 
Instance Attribute Details
#description ⇒ String
A description of the remediation action target.
      71 72 73 74 75 76  | 
    
      # File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 71 class ActionTarget < Struct.new( :resource_id, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_id ⇒ String
The ID of the remediation target.
      71 72 73 74 75 76  | 
    
      # File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 71 class ActionTarget < Struct.new( :resource_id, :description) SENSITIVE = [] include Aws::Structure end  |