#[non_exhaustive]pub struct ListEventIntegrationsOutput { /* private fields */ }
Implementations
sourceimpl ListEventIntegrationsOutput
impl ListEventIntegrationsOutput
sourcepub fn event_integrations(&self) -> Option<&[EventIntegration]>
pub fn event_integrations(&self) -> Option<&[EventIntegration]>
The event integrations.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If there are additional results, this is the token for the next set of results.
sourceimpl ListEventIntegrationsOutput
impl ListEventIntegrationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListEventIntegrationsOutput
.
Trait Implementations
sourceimpl Clone for ListEventIntegrationsOutput
impl Clone for ListEventIntegrationsOutput
sourcefn clone(&self) -> ListEventIntegrationsOutput
fn clone(&self) -> ListEventIntegrationsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ListEventIntegrationsOutput
impl Debug for ListEventIntegrationsOutput
sourceimpl PartialEq<ListEventIntegrationsOutput> for ListEventIntegrationsOutput
impl PartialEq<ListEventIntegrationsOutput> for ListEventIntegrationsOutput
sourcefn eq(&self, other: &ListEventIntegrationsOutput) -> bool
fn eq(&self, other: &ListEventIntegrationsOutput) -> bool
impl StructuralPartialEq for ListEventIntegrationsOutput
Auto Trait Implementations
impl RefUnwindSafe for ListEventIntegrationsOutput
impl Send for ListEventIntegrationsOutput
impl Sync for ListEventIntegrationsOutput
impl Unpin for ListEventIntegrationsOutput
impl UnwindSafe for ListEventIntegrationsOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more