class Aws::AccessAnalyzer::Types::UntagResourceRequest

Removes a tag from the specified 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

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

@!attribute [rw] tag_keys

The key for the tag to add.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE