Class: Aws::LicenseManager::Types::InventoryFilter
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LicenseManager::Types::InventoryFilter
 
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
An inventory filter.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #condition  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Condition of the filter. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Name of the filter. 
- 
  
    
      #value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Value of the filter. 
Instance Attribute Details
#condition ⇒ String
Condition of the filter.
| 1848 1849 1850 1851 1852 1853 1854 | # File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1848 class InventoryFilter < Struct.new( :name, :condition, :value) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
Name of the filter.
| 1848 1849 1850 1851 1852 1853 1854 | # File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1848 class InventoryFilter < Struct.new( :name, :condition, :value) SENSITIVE = [] include Aws::Structure end | 
#value ⇒ String
Value of the filter.
| 1848 1849 1850 1851 1852 1853 1854 | # File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1848 class InventoryFilter < Struct.new( :name, :condition, :value) SENSITIVE = [] include Aws::Structure end |