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

Class: Aws::CodeCommit::Types::RepositoryMetadata

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the AWS account associated with the repository.

Returns:

  • (String)

    The ID of the AWS account associated with the repository.

#arnString

The Amazon Resource Name (ARN) of the repository.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the repository.

#clone_url_httpString

The URL to use for cloning the repository over HTTPS.

Returns:

  • (String)

    The URL to use for cloning the repository over HTTPS.

#clone_url_sshString

The URL to use for cloning the repository over SSH.

Returns:

  • (String)

    The URL to use for cloning the repository over SSH.

#creation_dateTime

The date and time the repository was created, in timestamp format.

Returns:

  • (Time)

    The date and time the repository was created, in timestamp format.

#default_branchString

The repository\'s default branch name.

Returns:

  • (String)

    The repository\'s default branch name.

#last_modified_dateTime

The date and time the repository was last modified, in timestamp format.

Returns:

  • (Time)

    The date and time the repository was last modified, in timestamp format.

#repository_descriptionString

A comment or description about the repository.

Returns:

  • (String)

    A comment or description about the repository.

#repository_idString

The ID of the repository.

Returns:

  • (String)

    The ID of the repository.

#repository_nameString

The repository\'s name.

Returns:

  • (String)

    The repository\'s name.