class Aws::CodeCommit::Types::RepositoryMetadata
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/RepositoryMetadata AWS API Documentation
@return [String]
The Amazon Resource Name (ARN) of the repository.
@!attribute [rw] arn
@return [String]
The URL to use for cloning the repository over SSH.
@!attribute [rw] clone_url_ssh
@return [String]
The URL to use for cloning the repository over HTTPS.
@!attribute [rw] clone_url_http
@return [Time]
The date and time the repository was created, in timestamp format.
@!attribute [rw] creation_date
@return [Time]
format.
The date and time the repository was last modified, in timestamp
@!attribute [rw] last_modified_date
@return [String]
The repository’s default branch name.
@!attribute [rw] default_branch
@return [String]
A comment or description about the repository.
@!attribute [rw] repository_description
@return [String]
The repository’s name.
@!attribute [rw] repository_name
@return [String]
The ID of the repository.
@!attribute [rw] repository_id
@return [String]
The ID of the AWS account associated with the repository.
@!attribute [rw] account_id
Information about a repository.