Class: Aws::CodeCommit::Types::GetRepositoryInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#repository_nameString

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