class Aws::AppRunner::Types::UntagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource that you want to
remove tags from.

It must be the ARN of an App Runner resource.
@return [String]

@!attribute [rw] tag_keys

A list of tag keys that you want to remove.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE