#[non_exhaustive]pub struct ListEventIntegrationsOutput { /* private fields */ }
Implementations§
source§impl 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.
source§impl ListEventIntegrationsOutput
impl ListEventIntegrationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListEventIntegrationsOutput
.
Trait Implementations§
source§impl Clone for ListEventIntegrationsOutput
impl Clone for ListEventIntegrationsOutput
source§fn clone(&self) -> ListEventIntegrationsOutput
fn clone(&self) -> ListEventIntegrationsOutput
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 moresource§impl Debug for ListEventIntegrationsOutput
impl Debug for ListEventIntegrationsOutput
source§impl PartialEq<ListEventIntegrationsOutput> for ListEventIntegrationsOutput
impl PartialEq<ListEventIntegrationsOutput> for ListEventIntegrationsOutput
source§fn eq(&self, other: &ListEventIntegrationsOutput) -> bool
fn eq(&self, other: &ListEventIntegrationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.