ListWebhookItem
public struct ListWebhookItem : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the webhook.
Declaration
Swift
public let arn: String?
-
The detail returned for each webhook, such as the webhook authentication type and filter rules.
Declaration
Swift
public let definition: WebhookDefinition
-
The number code of the error.
Declaration
Swift
public let errorCode: String?
-
The text of the error message about the webhook.
Declaration
Swift
public let errorMessage: String?
-
The date and time a webhook was last successfully triggered, in timestamp format.
Declaration
Swift
public let lastTriggered: TimeStamp?
-
Specifies the tags applied to the webhook.
Declaration
Swift
public let tags: [Tag]?
-
A unique URL generated by CodePipeline. When a POST request is made to this URL, the defined pipeline is started as long as the body of the post request satisfies the defined authentication and filtering conditions. Deleting and re-creating a webhook makes the old URL invalid and generates a new one.
Declaration
Swift
public let url: String
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, definition: WebhookDefinition, errorCode: String? = nil, errorMessage: String? = nil, lastTriggered: TimeStamp? = nil, tags: [Tag]? = nil, url: String)