class Aws::ResourceGroups::Types::GroupFilter

A filter collection that you can use to restrict the results from a `List` operation to only those you want to include.

@note When making an API call, you may pass GroupFilter

data as a hash:

    {
      name: "resource-type", # required, accepts resource-type, configuration-type
      values: ["GroupFilterValue"], # required
    }

@!attribute [rw] name

The name of the filter. Filter names are case-sensitive.
@return [String]

@!attribute [rw] values

One or more filter values. Allowed filter values vary by group
filter name, and are case-sensitive.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/resource-groups-2017-11-27/GroupFilter AWS API Documentation

Constants

SENSITIVE