class Aws::CodeDeploy::Types::TagFilter

Information about an on-premises instance tag filter.

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

data as a hash:

    {
      key: "Key",
      value: "Value",
      type: "KEY_ONLY", # accepts KEY_ONLY, VALUE_ONLY, KEY_AND_VALUE
    }

@!attribute [rw] key

The on-premises instance tag filter key.
@return [String]

@!attribute [rw] value

The on-premises instance tag filter value.
@return [String]

@!attribute [rw] type

The on-premises instance tag filter type:

* KEY\_ONLY: Key only.

* VALUE\_ONLY: Value only.

* KEY\_AND\_VALUE: Key and value.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/TagFilter AWS API Documentation

Constants

SENSITIVE