CreateWebhookOutput

public struct CreateWebhookOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Information about a webhook that connects repository events to a build project in AWS CodeBuild.

    Declaration

    Swift

    public let webhook: Webhook?
  • Undocumented

    Declaration

    Swift

    public init(webhook: Webhook? = nil)