#[non_exhaustive]pub struct ListDataIntegrationsOutput { /* private fields */ }
Implementations
sourceimpl ListDataIntegrationsOutput
impl ListDataIntegrationsOutput
sourcepub fn data_integrations(&self) -> Option<&[DataIntegrationSummary]>
pub fn data_integrations(&self) -> Option<&[DataIntegrationSummary]>
The DataIntegrations associated with this account.
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 ListDataIntegrationsOutput
impl ListDataIntegrationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDataIntegrationsOutput
.
Trait Implementations
sourceimpl Clone for ListDataIntegrationsOutput
impl Clone for ListDataIntegrationsOutput
sourcefn clone(&self) -> ListDataIntegrationsOutput
fn clone(&self) -> ListDataIntegrationsOutput
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 ListDataIntegrationsOutput
impl Debug for ListDataIntegrationsOutput
sourceimpl PartialEq<ListDataIntegrationsOutput> for ListDataIntegrationsOutput
impl PartialEq<ListDataIntegrationsOutput> for ListDataIntegrationsOutput
sourcefn eq(&self, other: &ListDataIntegrationsOutput) -> bool
fn eq(&self, other: &ListDataIntegrationsOutput) -> bool
impl StructuralPartialEq for ListDataIntegrationsOutput
Auto Trait Implementations
impl RefUnwindSafe for ListDataIntegrationsOutput
impl Send for ListDataIntegrationsOutput
impl Sync for ListDataIntegrationsOutput
impl Unpin for ListDataIntegrationsOutput
impl UnwindSafe for ListDataIntegrationsOutput
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