class Aws::CodeDeploy::Types::GitHubLocation

Information about the location of application artifacts stored in GitHub.

@note When making an API call, you may pass GitHubLocation

data as a hash:

    {
      repository: "Repository",
      commit_id: "CommitId",
    }

@!attribute [rw] 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.
@return [String]

@!attribute [rw] commit_id

The SHA1 commit ID of the GitHub commit that represents the bundled
artifacts for the application revision.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GitHubLocation AWS API Documentation

Constants

SENSITIVE