class Aws::CodeDeploy::Types::EC2TagSet

Information about groups of EC2 instance tags.

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

data as a hash:

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

@!attribute [rw] ec2_tag_set_list

A list that contains other lists of EC2 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::EC2TagFilter>>]

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

Constants

SENSITIVE