class Aws::SecurityHub::Types::UntagResourceRequest

@note When making an API call, you may pass UntagResourceRequest

data as a hash:

    {
      resource_arn: "ResourceArn", # required
      tag_keys: ["TagKey"], # required
    }

@!attribute [rw] resource_arn

The ARN of the resource to remove the tags from.
@return [String]

@!attribute [rw] tag_keys

The tag keys associated with the tags to remove from the resource.
You can remove up to 50 tags at a time.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE