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

Class: Aws::CodeDeploy::Types::EC2TagSet

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

Overview

Note:

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

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

Information about groups of EC2 instance tags.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_tag_set_listArray<Array<Types::EC2TagFilter>>

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.

Returns:

  • (Array<Array<Types::EC2TagFilter>>)

    A list that contains other lists of EC2 instance tag groups.