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
- Struct
- Aws::NetworkManager::Types::Tag
- 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
-
#key ⇒ String
The tag key.
-
#value ⇒ String
The tag value.
Instance Attribute Details
#key ⇒ String
The tag key.
Length Constraints: Maximum length of 128 characters.
#value ⇒ String
The tag value.
Length Constraints: Maximum length of 256 characters.