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