

# GitHubRepository
<a name="API_GitHubRepository"></a>

Information about a GitHub repository for code analysis.

## Contents
<a name="API_GitHubRepository_Contents"></a>

 ** AccessToken **   <a name="reviewer-Type-GitHubRepository-AccessToken"></a>
The access token for authenticating with the GitHub repository.  
Type: String  
Length Constraints: Minimum length of 8. Maximum length of 2048.  
Pattern: `\S+`   
Required: Yes

 ** Name **   <a name="reviewer-Type-GitHubRepository-Name"></a>
The name of the GitHub repository.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 100.  
Pattern: `^\S[\w.-]*$`   
Required: Yes

 ** Owner **   <a name="reviewer-Type-GitHubRepository-Owner"></a>
The owner of the GitHub repository.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 100.  
Pattern: `^\S(.*\S)?$`   
Required: Yes

## See Also
<a name="API_GitHubRepository_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/codeguru-reviewer-2019-09-19/GitHubRepository) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/codeguru-reviewer-2019-09-19/GitHubRepository) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/codeguru-reviewer-2019-09-19/GitHubRepository) 