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 moresource§impl Debug for PutWebhookOutput
impl Debug for PutWebhookOutput
source§impl PartialEq<PutWebhookOutput> for PutWebhookOutput
impl PartialEq<PutWebhookOutput> for PutWebhookOutput
source§fn eq(&self, other: &PutWebhookOutput) -> bool
fn eq(&self, other: &PutWebhookOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.