Struct aws_sdk_sagemaker::output::ListAssociationsOutput
source · #[non_exhaustive]pub struct ListAssociationsOutput { /* private fields */ }
Implementations§
source§impl ListAssociationsOutput
impl ListAssociationsOutput
sourcepub fn association_summaries(&self) -> Option<&[AssociationSummary]>
pub fn association_summaries(&self) -> Option<&[AssociationSummary]>
A list of associations and their properties.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token for getting the next set of associations, if there are any.
source§impl ListAssociationsOutput
impl ListAssociationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListAssociationsOutput
.
Trait Implementations§
source§impl Clone for ListAssociationsOutput
impl Clone for ListAssociationsOutput
source§fn clone(&self) -> ListAssociationsOutput
fn clone(&self) -> ListAssociationsOutput
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 ListAssociationsOutput
impl Debug for ListAssociationsOutput
source§impl PartialEq<ListAssociationsOutput> for ListAssociationsOutput
impl PartialEq<ListAssociationsOutput> for ListAssociationsOutput
source§fn eq(&self, other: &ListAssociationsOutput) -> bool
fn eq(&self, other: &ListAssociationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.