Struct aws_sdk_amplify::output::UpdateWebhookOutput
source · #[non_exhaustive]pub struct UpdateWebhookOutput { /* private fields */ }Expand description
The result structure for the update webhook request.
Implementations§
source§impl UpdateWebhookOutput
impl UpdateWebhookOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateWebhookOutput.
Trait Implementations§
source§impl Clone for UpdateWebhookOutput
impl Clone for UpdateWebhookOutput
source§fn clone(&self) -> UpdateWebhookOutput
fn clone(&self) -> UpdateWebhookOutput
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