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

Class: Aws::NetworkManager::Types::Tag

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

Overview

Note:

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

{
  key: "TagKey",
  value: "TagValue",
}

Describes a tag.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The tag key.

Length Constraints: Maximum length of 128 characters.

Returns:

  • (String)

    The tag key.

#valueString

The tag value.

Length Constraints: Maximum length of 256 characters.

Returns:

  • (String)

    The tag value.