Struct aws_sdk_codepipeline::model::list_webhook_item::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ListWebhookItem
Implementations
The detail returned for each webhook, such as the webhook authentication type and filter rules.
The detail returned for each webhook, such as the webhook authentication type and filter rules.
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.
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.
The text of the error message about the webhook.
The text of the error message about the webhook.
The number code of the error.
The number code of the error.
The date and time a webhook was last successfully triggered, in timestamp format.
The date and time a webhook was last successfully triggered, in timestamp format.
The Amazon Resource Name (ARN) of the webhook.
The Amazon Resource Name (ARN) of the webhook.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Specifies the tags applied to the webhook.
Specifies the tags applied to the webhook.
Consumes the builder and constructs a ListWebhookItem
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more