class Aws::CodeDeploy::Types::OnPremisesTagSet

Information about groups of on-premises instance tags.

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

data as a hash:

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

@!attribute [rw] on_premises_tag_set_list

A list that contains other lists of on-premises instance tag groups.
For an instance to be included in the deployment group, it must be
identified by all of the tag groups in the list.
@return [Array<Array<Types::TagFilter>>]

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

Constants

SENSITIVE