Struct aws_sdk_sagemaker::output::ListFeatureGroupsOutput
source · [−]#[non_exhaustive]pub struct ListFeatureGroupsOutput { /* private fields */ }Implementations
sourceimpl ListFeatureGroupsOutput
impl ListFeatureGroupsOutput
sourcepub fn feature_group_summaries(&self) -> Option<&[FeatureGroupSummary]>
pub fn feature_group_summaries(&self) -> Option<&[FeatureGroupSummary]>
A summary of feature groups.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token to resume pagination of ListFeatureGroups results.
sourceimpl ListFeatureGroupsOutput
impl ListFeatureGroupsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListFeatureGroupsOutput.
Trait Implementations
sourceimpl Clone for ListFeatureGroupsOutput
impl Clone for ListFeatureGroupsOutput
sourcefn clone(&self) -> ListFeatureGroupsOutput
fn clone(&self) -> ListFeatureGroupsOutput
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 ListFeatureGroupsOutput
impl Debug for ListFeatureGroupsOutput
sourceimpl PartialEq<ListFeatureGroupsOutput> for ListFeatureGroupsOutput
impl PartialEq<ListFeatureGroupsOutput> for ListFeatureGroupsOutput
sourcefn eq(&self, other: &ListFeatureGroupsOutput) -> bool
fn eq(&self, other: &ListFeatureGroupsOutput) -> bool
impl StructuralPartialEq for ListFeatureGroupsOutput
Auto Trait Implementations
impl RefUnwindSafe for ListFeatureGroupsOutput
impl Send for ListFeatureGroupsOutput
impl Sync for ListFeatureGroupsOutput
impl Unpin for ListFeatureGroupsOutput
impl UnwindSafe for ListFeatureGroupsOutput
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