class Aws::CodeCommit::Types::UntagResourceInput

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource to which you want to
remove tags.
@return [String]

@!attribute [rw] tag_keys

The tag key for each tag that you want to remove from the resource.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/UntagResourceInput AWS API Documentation

Constants

SENSITIVE