Class: Aws::FIS::Types::ExperimentTemplateTargetInputFilter
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FIS::Types::ExperimentTemplateTargetInputFilter
 
 
- Defined in:
 - gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb
 
Overview
Specifies a filter used for the target resource input in an experiment template.
For more information, see Resource filters in the Fault Injection Service User Guide.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #path  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The attribute path for the filter.
 - 
  
    
      #values  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The attribute values for the filter.
 
Instance Attribute Details
#path ⇒ String
The attribute path for the filter.
      1644 1645 1646 1647 1648 1649  | 
    
      # File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1644 class ExperimentTemplateTargetInputFilter < Struct.new( :path, :values) SENSITIVE = [] include Aws::Structure end  | 
  
#values ⇒ Array<String>
The attribute values for the filter.
      1644 1645 1646 1647 1648 1649  | 
    
      # File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1644 class ExperimentTemplateTargetInputFilter < Struct.new( :path, :values) SENSITIVE = [] include Aws::Structure end  |