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)


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

#nameString

Name of the filter.

Returns:

  • (String)


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

#valueString

Value of the filter.

Returns:

  • (String)


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