Struct aws_sdk_codepipeline::output::PutWebhookOutput
source · #[non_exhaustive]pub struct PutWebhookOutput { /* private fields */ }
Implementations§
source§impl PutWebhookOutput
impl PutWebhookOutput
sourcepub fn webhook(&self) -> Option<&ListWebhookItem>
pub fn webhook(&self) -> Option<&ListWebhookItem>
The detail returned from creating the webhook, such as the webhook name, webhook URL, and webhook ARN.
source§impl PutWebhookOutput
impl PutWebhookOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutWebhookOutput
.
Trait Implementations§
source§impl Clone for PutWebhookOutput
impl Clone for PutWebhookOutput
source§fn clone(&self) -> PutWebhookOutput
fn clone(&self) -> PutWebhookOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more