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

Class: Aws::ApplicationDiscoveryService::Types::TagFilter

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

Overview

Note:

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

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

The tag filter. Valid names are: tagKey, tagValue, configurationId.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

A name of the tag filter.

Returns:

  • (String)

    A name of the tag filter.

#valuesArray<String>

Values for the tag filter.

Returns:

  • (Array<String>)

    Values for the tag filter.