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