class Aws::CodeCommit::Types::UpdateRepositoryDescriptionInput

Represents the input of an update repository description operation.

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

data as a hash:

    {
      repository_name: "RepositoryName", # required
      repository_description: "RepositoryDescription",
    }

@!attribute [rw] repository_name

The name of the repository to set or change the comment or
description for.
@return [String]

@!attribute [rw] repository_description

The new comment or description for the specified repository.
Repository descriptions are limited to 1,000 characters.
@return [String]

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

Constants

SENSITIVE