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

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

Specifies a key-value pair for a resource tag.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

A value that specifies the TagKey, the name of the tag. Tag keys must be unique for the resource to which they are attached.

Returns:

  • (String)

    A value that specifies the TagKey, the name of the tag.

#valueString

A value that specifies the TagValue, the value assigned to the corresponding tag key. Tag values can be null and don\'t have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April.

Returns:

  • (String)

    A value that specifies the TagValue, the value assigned to the corresponding tag key.