PutWebhookInput
public struct PutWebhookInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The tags for the webhook.
Declaration
Swift
public let tags: [Tag]?
-
The detail provided in an input file to create the webhook, such as the webhook name, the pipeline name, and the action name. Give the webhook a unique name that helps you identify it. You might name the webhook after the pipeline and action it targets so that you can easily recognize what it’s used for later.
Declaration
Swift
public let webhook: WebhookDefinition
-
Undocumented
Declaration
Swift
public init(tags: [Tag]? = nil, webhook: WebhookDefinition)
-
Declaration
Swift
public func validate(name: String) throws