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.
Constant Summary collapse
- SENSITIVE =
[]
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.
6315 6316 6317 6318 6319 6320 |
# File 'lib/aws-sdk-codecommit/types.rb', line 6315 class RepositoryNameIdPair < Struct.new( :repository_name, :repository_id) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name associated with the repository.
6315 6316 6317 6318 6319 6320 |
# File 'lib/aws-sdk-codecommit/types.rb', line 6315 class RepositoryNameIdPair < Struct.new( :repository_name, :repository_id) SENSITIVE = [] include Aws::Structure end |