You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaConvert::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::UntagResourceRequest
- Defined in:
- (unknown)
Overview
Note:
When passing UntagResourceRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
arn: "__string", # required
tag_keys: ["__string"],
}
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.
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource that you want to remove tags from.
-
#tag_keys ⇒ Array<String>
The keys of the tags that you want to remove from the resource.
Instance Attribute Details
#arn ⇒ String
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.
#tag_keys ⇒ Array<String>
The keys of the tags that you want to remove from the resource.