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

Class: Aws::CloudTrail::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: "String", # required
  value: "String",
}

A custom key-value pair associated with a resource such as a CloudTrail trail.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key in a key-value pair. The key must be must be no longer than 128 Unicode characters. The key must be unique for the resource to which it applies.

Returns:

  • (String)

    The key in a key-value pair.

#valueString

The value in a key-value pair of a tag. The value must be no longer than 256 Unicode characters.

Returns:

  • (String)

    The value in a key-value pair of a tag.