#[non_exhaustive]pub struct ListActionExecutionsOutput { /* private fields */ }Implementations§
source§impl ListActionExecutionsOutput
impl ListActionExecutionsOutput
sourcepub fn action_execution_details(&self) -> Option<&[ActionExecutionDetail]>
pub fn action_execution_details(&self) -> Option<&[ActionExecutionDetail]>
The details for a list of recent executions, such as action execution ID.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent ListActionExecutions call to return the next set of action executions in the list.
source§impl ListActionExecutionsOutput
impl ListActionExecutionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListActionExecutionsOutput.
Trait Implementations§
source§impl Clone for ListActionExecutionsOutput
impl Clone for ListActionExecutionsOutput
source§fn clone(&self) -> ListActionExecutionsOutput
fn clone(&self) -> ListActionExecutionsOutput
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 ListActionExecutionsOutput
impl Debug for ListActionExecutionsOutput
source§impl PartialEq<ListActionExecutionsOutput> for ListActionExecutionsOutput
impl PartialEq<ListActionExecutionsOutput> for ListActionExecutionsOutput
source§fn eq(&self, other: &ListActionExecutionsOutput) -> bool
fn eq(&self, other: &ListActionExecutionsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.