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

Class: Aws::Route53Domains::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",
}

Each tag includes the following elements.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key (name) of a tag.

Valid values: A-Z, a-z, 0-9, space, \".:/=+\-@\"

Constraints: Each key can be 1-128 characters long.

Returns:

  • (String)

    The key (name) of a tag.

#valueString

The value of a tag.

Valid values: A-Z, a-z, 0-9, space, \".:/=+\-@\"

Constraints: Each value can be 0-256 characters long.

Returns:

  • (String)

    The value of a tag.