Class: Aws::CodeCommit::Types::GetRepositoryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::GetRepositoryInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Note:
When making an API call, you may pass GetRepositoryInput data as a hash:
{
repository_name: "RepositoryName", # required
}
Represents the input of a get repository operation.
Instance Attribute Summary collapse
-
#repository_name ⇒ String
The name of the repository to get information about.
Instance Attribute Details
#repository_name ⇒ String
The name of the repository to get information about.
525 526 527 528 |
# File 'lib/aws-sdk-codecommit/types.rb', line 525 class GetRepositoryInput < Struct.new( :repository_name) include Aws::Structure end |