You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeDeploy::Types::GitHubLocation

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GitHubLocation as input to an Aws::Client method, you can use a vanilla Hash:

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

Information about the location of application artifacts stored in GitHub.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#commit_idString

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

Returns:

  • (String)

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

#repositoryString

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.

Returns:

  • (String)

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