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