Struct aws_sdk_codepipeline::output::ListWebhooksOutput
source · [−]#[non_exhaustive]pub struct ListWebhooksOutput {
pub webhooks: Option<Vec<ListWebhookItem>>,
pub next_token: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.webhooks: Option<Vec<ListWebhookItem>>
The JSON detail returned for each webhook in the list output for the ListWebhooks call.
next_token: Option<String>
If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent ListWebhooks call to return the next set of webhooks in the list.
Implementations
The JSON detail returned for each webhook in the list output for the ListWebhooks call.
If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent ListWebhooks call to return the next set of webhooks in the list.
Creates a new builder-style object to manufacture ListWebhooksOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ListWebhooksOutput
impl Send for ListWebhooksOutput
impl Sync for ListWebhooksOutput
impl Unpin for ListWebhooksOutput
impl UnwindSafe for ListWebhooksOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more