Class: Aws::LicenseManager::Types::InventoryFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb

Overview

An inventory filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conditionString

Condition of the filter.

Returns:

  • (String)


1829
1830
1831
1832
1833
1834
1835
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1829

class InventoryFilter < Struct.new(
  :name,
  :condition,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the filter.

Returns:

  • (String)


1829
1830
1831
1832
1833
1834
1835
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1829

class InventoryFilter < Struct.new(
  :name,
  :condition,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

Value of the filter.

Returns:

  • (String)


1829
1830
1831
1832
1833
1834
1835
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1829

class InventoryFilter < Struct.new(
  :name,
  :condition,
  :value)
  SENSITIVE = []
  include Aws::Structure
end