class Aws::RecycleBin::Types::ResourceTag

Information about the resource tags used to identify resources that are retained by the retention rule.

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

data as a hash:

    {
      resource_tag_key: "ResourceTagKey", # required
      resource_tag_value: "ResourceTagValue",
    }

@!attribute [rw] resource_tag_key

The tag key.
@return [String]

@!attribute [rw] resource_tag_value

The tag value.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/rbin-2021-06-15/ResourceTag AWS API Documentation

Constants

SENSITIVE