class Aws::RecycleBin::Types::TagResourceRequest

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

data as a hash:

    {
      resource_arn: "RuleArn", # required
      tags: [ # required
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the retention rule.
@return [String]

@!attribute [rw] tags

Information about the tags to assign to the retention rule.
@return [Array<Types::Tag>]

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

Constants

SENSITIVE