Class: Aws::Inspector2::Types::ResourceStringFilter
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Inspector2::Types::ResourceStringFilter
 
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
A resource string filter for a software bill of materials report.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #comparison  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The filter's comparison. 
- 
  
    
      #value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The filter's value. 
Instance Attribute Details
#comparison ⇒ String
The filter's comparison.
| 7693 7694 7695 7696 7697 7698 | # File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7693 class ResourceStringFilter < Struct.new( :comparison, :value) SENSITIVE = [] include Aws::Structure end | 
#value ⇒ String
The filter's value.
| 7693 7694 7695 7696 7697 7698 | # File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7693 class ResourceStringFilter < Struct.new( :comparison, :value) SENSITIVE = [] include Aws::Structure end |