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

Class: Aws::CodeDeploy::Types::OnPremisesTagSet

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

Overview

Note:

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

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

Information about groups of on-premises instance tags.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#on_premises_tag_set_listArray<Array<Types::TagFilter>>

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.

Returns:

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

    A list that contains other lists of on-premises instance tag groups.