You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::LicenseManager::Types::Filter

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Filter as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "FilterName",
  values: ["FilterValue"],
}

A filter name and value pair 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, such as tags, attributes, or IDs.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Name of the filter. Filter names are case-sensitive.

Returns:

  • (String)

    Name of the filter.

#valuesArray<String>

Filter values. Filter values are case-sensitive.

Returns:

  • (Array<String>)

    Filter values.