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

Class: Aws::CodeCommit::Types::RepositoryNameIdPair

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

Overview

Information about a repository name and ID.

Instance Attribute Summary collapse

Instance Attribute Details

#repository_idString

The ID associated with the repository.

Returns:

  • (String)

    The ID associated with the repository.

#repository_nameString

The name associated with the repository.

Returns:

  • (String)

    The name associated with the repository.