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

Class: Aws::Macie2::Types::TagValuePair

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

Overview

Note:

When passing TagValuePair as input to an Aws::Client method, you can use a vanilla Hash:

{
  key: "__string",
  value: "__string",
}

Specifies a tag key or tag key and value pair to use in a tag-based condition for a classification job.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

Returns:

  • (String)

#valueString

Returns:

  • (String)