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

Class: Aws::CodeDeploy::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:

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

Information about an on-premises instance tag filter.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The on-premises instance tag filter key.

Returns:

  • (String)

    The on-premises instance tag filter key.

#typeString

The on-premises instance tag filter type:

  • KEY_ONLY: Key only.

  • VALUE_ONLY: Value only.

  • KEY_AND_VALUE: Key and value.

    Possible values:

    • KEY_ONLY
    • VALUE_ONLY
    • KEY_AND_VALUE

Returns:

  • (String)

    The on-premises instance tag filter type:.

#valueString

The on-premises instance tag filter value.

Returns:

  • (String)

    The on-premises instance tag filter value.