GitHubLocation

public struct GitHubLocation : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.

    Declaration

    Swift

    public let commitId: String?
  • 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.

    Declaration

    Swift

    public let repository: String?
  • Undocumented

    Declaration

    Swift

    public init(commitId: String? = nil, repository: String? = nil)