#[non_exhaustive]pub struct DescribeFlowExecutionRecordsOutput { /* private fields */ }
Implementations
sourceimpl DescribeFlowExecutionRecordsOutput
impl DescribeFlowExecutionRecordsOutput
sourcepub fn flow_executions(&self) -> Option<&[ExecutionRecord]>
pub fn flow_executions(&self) -> Option<&[ExecutionRecord]>
Returns a list of all instances when this flow was run.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token for the next page of data.
sourceimpl DescribeFlowExecutionRecordsOutput
impl DescribeFlowExecutionRecordsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeFlowExecutionRecordsOutput
.
Trait Implementations
sourceimpl Clone for DescribeFlowExecutionRecordsOutput
impl Clone for DescribeFlowExecutionRecordsOutput
sourcefn clone(&self) -> DescribeFlowExecutionRecordsOutput
fn clone(&self) -> DescribeFlowExecutionRecordsOutput
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 PartialEq<DescribeFlowExecutionRecordsOutput> for DescribeFlowExecutionRecordsOutput
impl PartialEq<DescribeFlowExecutionRecordsOutput> for DescribeFlowExecutionRecordsOutput
sourcefn eq(&self, other: &DescribeFlowExecutionRecordsOutput) -> bool
fn eq(&self, other: &DescribeFlowExecutionRecordsOutput) -> bool
impl StructuralPartialEq for DescribeFlowExecutionRecordsOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeFlowExecutionRecordsOutput
impl Send for DescribeFlowExecutionRecordsOutput
impl Sync for DescribeFlowExecutionRecordsOutput
impl Unpin for DescribeFlowExecutionRecordsOutput
impl UnwindSafe for DescribeFlowExecutionRecordsOutput
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