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