class Aws::Inspector::Types::ResourceGroupTag

This data type is used as one of the elements of the ResourceGroup data type.

@note When making an API call, you may pass ResourceGroupTag

data as a hash:

    {
      key: "TagKey", # required
      value: "TagValue",
    }

@!attribute [rw] key

A tag key.
@return [String]

@!attribute [rw] value

The value assigned to a tag key.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/ResourceGroupTag AWS API Documentation

Constants

SENSITIVE