Struct aws_sdk_sagemaker::output::ListActionsOutput
source · [−]#[non_exhaustive]pub struct ListActionsOutput { /* private fields */ }Implementations
sourceimpl ListActionsOutput
impl ListActionsOutput
sourcepub fn action_summaries(&self) -> Option<&[ActionSummary]>
pub fn action_summaries(&self) -> Option<&[ActionSummary]>
A list of actions 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 actions, if there are any.
sourceimpl ListActionsOutput
impl ListActionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListActionsOutput.
Trait Implementations
sourceimpl Clone for ListActionsOutput
impl Clone for ListActionsOutput
sourcefn clone(&self) -> ListActionsOutput
fn clone(&self) -> ListActionsOutput
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 ListActionsOutput
impl Debug for ListActionsOutput
sourceimpl PartialEq<ListActionsOutput> for ListActionsOutput
impl PartialEq<ListActionsOutput> for ListActionsOutput
sourcefn eq(&self, other: &ListActionsOutput) -> bool
fn eq(&self, other: &ListActionsOutput) -> bool
impl StructuralPartialEq for ListActionsOutput
Auto Trait Implementations
impl RefUnwindSafe for ListActionsOutput
impl Send for ListActionsOutput
impl Sync for ListActionsOutput
impl Unpin for ListActionsOutput
impl UnwindSafe for ListActionsOutput
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