class Aws::CodePipeline::Types::ListWebhookItem
The detail returned for each webhook after listing webhooks, such as the webhook URL, the webhook name, and the webhook ARN.
@!attribute [rw] definition
The detail returned for each webhook, such as the webhook authentication type and filter rules. @return [Types::WebhookDefinition]
@!attribute [rw] url
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. @return [String]
@!attribute [rw] error_message
The text of the error message about the webhook. @return [String]
@!attribute [rw] error_code
The number code of the error. @return [String]
@!attribute [rw] last_triggered
The date and time a webhook was last successfully triggered, in timestamp format. @return [Time]
@!attribute [rw] arn
The Amazon Resource Name (ARN) of the webhook. @return [String]
@!attribute [rw] tags
Specifies the tags applied to the webhook. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/ListWebhookItem AWS API Documentation
Constants
- SENSITIVE