class Aws::Drs::Types::UntagResourceRequest
@note When making an API call, you may pass UntagResourceRequest
data as a hash: { resource_arn: "ARN", # required tag_keys: ["TagKey"], # required }
@!attribute [rw] resource_arn
ARN of the resource for which tags are to be removed. @return [String]
@!attribute [rw] tag_keys
Array of tags to be removed. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/UntagResourceRequest AWS API Documentation
Constants
- SENSITIVE