A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/CodeCommit/Types/CreateRepositoryInput.html below:

CreateRepositoryInput — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeCommit::Types::CreateRepositoryInput
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing CreateRepositoryInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  repository_name: "RepositoryName",   repository_description: "RepositoryDescription",
  tags: {
    "TagKey" => "TagValue",
  },
}

Represents the input of a create repository operation.

Instance Attribute Summary collapse Instance Attribute Details #repository_description ⇒ String

A comment or description about the new repository.

The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a webpage can expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a webpage.

#repository_name ⇒ String

The name of the new repository to be created.

The repository name must be unique across the calling AWS account. Repository names are limited to 100 alphanumeric, dash, and underscore characters, and cannot include certain characters. For more information about the limits on repository names, see Limits in the AWS CodeCommit User Guide. The suffix .git is prohibited.

#tags ⇒ Hash<String,String>

One or more tag key-value pairs to use when tagging this repository.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4