class Aws::APIGateway::Types::UntagResourceRequest
Removes a tag from a given resource.
@note When making an API call, you may pass UntagResourceRequest
data as a hash: { resource_arn: "String", # required tag_keys: ["String"], # required }
@!attribute [rw] resource_arn
\[Required\] The ARN of a resource that can be tagged. @return [String]
@!attribute [rw] tag_keys
\[Required\] The Tag keys to delete. @return [Array<String>]
Constants
- SENSITIVE