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.
1803 1804 1805 1806 1807 1808 1809 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1803 class InventoryFilter < Struct.new( :name, :condition, :value) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the filter.
1803 1804 1805 1806 1807 1808 1809 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1803 class InventoryFilter < Struct.new( :name, :condition, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
Value of the filter.
1803 1804 1805 1806 1807 1808 1809 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1803 class InventoryFilter < Struct.new( :name, :condition, :value) SENSITIVE = [] include Aws::Structure end |