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

Class: Aws::ResourceGroups::Types::GroupFilter

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

Overview

Note:

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

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the filter. Filter names are case-sensitive.

Possible values:

  • resource-type
  • configuration-type

Returns:

  • (String)

    The name of the filter.

#valuesArray<String>

One or more filter values. Allowed filter values vary by group filter name, and are case-sensitive.

Returns:

  • (Array<String>)

    One or more filter values.