class Aws::Detective::Types::UntagResourceRequest
@note When making an API call, you may pass UntagResourceRequest
data as a hash: { resource_arn: "GraphArn", # required tag_keys: ["TagKey"], # required }
@!attribute [rw] resource_arn
The ARN of the behavior graph to remove the tags from. @return [String]
@!attribute [rw] tag_keys
The tag keys of the tags to remove from the behavior graph. You can remove up to 50 tags at a time. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/detective-2018-10-26/UntagResourceRequest AWS API Documentation
Constants
- SENSITIVE