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