AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Information about the location of application artifacts that are stored in GitHub.

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.GitHubLocation

Namespace: Amazon.CodeDeploy.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class GitHubLocation : Object

The GitHubLocation type exposes the following members

Constructors

NameDescription
Public Method GitHubLocation()

Properties

NameTypeDescription
Public Property CommitId System.String Gets and sets the property CommitId.

The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.

Public Property Repository System.String Gets and sets the property Repository.

The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

Specified as account/repository.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5