class Aws::CodeGuruReviewer::Types::UntagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the [ `RepositoryAssociation` ][1]
object. You can retrieve this ARN by calling [
`ListRepositoryAssociations` ][2].

[1]: https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociation.html
[2]: https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_ListRepositoryAssociations.html
@return [String]

@!attribute [rw] tag_keys

A list of the keys for each tag you want to remove from an
associated repository.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/codeguru-reviewer-2019-09-19/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE