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

Class: Aws::ServiceCatalog::Types::RecordTag

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

Overview

Information about a tag, which is a key-value pair.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key for this tag.

Returns:

  • (String)

    The key for this tag.

#valueString

The value for this tag.

Returns:

  • (String)

    The value for this tag.