Class: Aws::CodeCommit::Types::RepositoryNameIdPair
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::RepositoryNameIdPair
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Information about a repository name and ID.
Instance Attribute Summary collapse
-
#repository_id ⇒ String
The ID associated with the repository.
-
#repository_name ⇒ String
The name associated with the repository.
Instance Attribute Details
#repository_id ⇒ String
The ID associated with the repository.
802 803 804 805 806 |
# File 'lib/aws-sdk-codecommit/types.rb', line 802 class RepositoryNameIdPair < Struct.new( :repository_name, :repository_id) include Aws::Structure end |
#repository_name ⇒ String
The name associated with the repository.
802 803 804 805 806 |
# File 'lib/aws-sdk-codecommit/types.rb', line 802 class RepositoryNameIdPair < Struct.new( :repository_name, :repository_id) include Aws::Structure end |