class Aws::ECRPublic::Types::UntagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource from which to delete
tags. Currently, the supported resource is an Amazon ECR Public
repository.
@return [String]

@!attribute [rw] tag_keys

The keys of the tags to be removed.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE