s3control_untag_resource {paws.storage} | R Documentation |
This operation removes the specified Amazon Web Services resource tags from an S3 resource. Each tag is a label consisting of a user-defined key and value. Tags can help you manage, identify, organize, search for, and filter resources.
See https://www.paws-r-sdk.com/docs/s3control_untag_resource/ for full documentation.
s3control_untag_resource(AccountId, ResourceArn, TagKeys)
AccountId |
[required] The Amazon Web Services account ID that owns the resource that you're trying to remove the tags from. |
ResourceArn |
[required] The Amazon Resource Name (ARN) of the S3 resource that you're trying to remove the tags from. |
TagKeys |
[required] The array of tag key-value pairs that you're trying to remove from of the S3 resource. |