class Aws::RecycleBin::Types::UntagResourceRequest

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

data as a hash:

    {
      resource_arn: "RuleArn", # required
      tag_keys: ["TagKey"], # required
    }

@!attribute [rw] resource_arn

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

@!attribute [rw] tag_keys

The tag keys of the tags to unassign. All tags that have the
specified tag key are unassigned.
@return [Array<String>]

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

Constants

SENSITIVE