Struct aws_sdk_codepipeline::input::PutWebhookInput [−][src]
#[non_exhaustive]pub struct PutWebhookInput {
pub webhook: Option<WebhookDefinition>,
pub tags: Option<Vec<Tag>>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.webhook: Option<WebhookDefinition>
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.
The tags for the webhook.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutWebhook, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutWebhook, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<PutWebhook
>
Creates a new builder-style object to manufacture PutWebhookInput
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.
The tags for the webhook.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PutWebhookInput
impl Send for PutWebhookInput
impl Sync for PutWebhookInput
impl Unpin for PutWebhookInput
impl UnwindSafe for PutWebhookInput
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