class Aws::MediaConvert::Types::UntagResourceRequest
To remove tags from a resource, send a request with the Amazon Resource
Name (ARN) of the resource and the keys of the tags that you want to remove.
@note When making an API call, you may pass UntagResourceRequest
data as a hash: { arn: "__string", # required tag_keys: ["__string"], }
@!attribute [rw] arn
The Amazon Resource Name (ARN) of the resource that you want to remove tags from. To get the ARN, send a GET request with the resource name. @return [String]
@!attribute [rw] tag_keys
The keys of the tags that you want to remove from the resource. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/UntagResourceRequest AWS API Documentation
Constants
- SENSITIVE