class Aws::IoTEvents::Types::UntagResourceRequest
@note When making an API call, you may pass UntagResourceRequest
data as a hash: { resource_arn: "AmazonResourceName", # required tag_keys: ["TagKey"], # required }
@!attribute [rw] resource_arn
The ARN of the resource. @return [String]
@!attribute [rw] tag_keys
A list of the keys of the tags to be removed from the resource. @return [Array<String>]
Constants
- SENSITIVE