Class: Aws::LicenseManagerLinuxSubscriptions::Types::Filter
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerLinuxSubscriptions::Types::Filter
- Defined in:
- gems/aws-sdk-licensemanagerlinuxsubscriptions/lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb
Overview
A filter object that is used to return more specific results from a describe operation. Filters can be used to match a set of resources by specific criteria.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The type of name to filter by.
-
#operator ⇒ String
An operator for filtering results.
-
#values ⇒ Array<String>
One or more values for the name to filter by.
Instance Attribute Details
#name ⇒ String
The type of name to filter by.
48 49 50 51 52 53 54 |
# File 'gems/aws-sdk-licensemanagerlinuxsubscriptions/lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb', line 48 class Filter < Struct.new( :name, :operator, :values) SENSITIVE = [] include Aws::Structure end |
#operator ⇒ String
An operator for filtering results.
48 49 50 51 52 53 54 |
# File 'gems/aws-sdk-licensemanagerlinuxsubscriptions/lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb', line 48 class Filter < Struct.new( :name, :operator, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
One or more values for the name to filter by.
48 49 50 51 52 53 54 |
# File 'gems/aws-sdk-licensemanagerlinuxsubscriptions/lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb', line 48 class Filter < Struct.new( :name, :operator, :values) SENSITIVE = [] include Aws::Structure end |