Struct rusoto_stepfunctions::GetExecutionHistoryOutput [−][src]
pub struct GetExecutionHistoryOutput { pub events: Vec<HistoryEvent>, pub next_token: Option<String>, }
Fields
events: Vec<HistoryEvent>
The list of events that occurred in the execution.
next_token: Option<String>
If a nextToken
is returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextToken
. Keep all other arguments unchanged.
The configured maxResults
determines how many results can be returned in a single call.
Trait Implementations
impl Default for GetExecutionHistoryOutput
[src]
impl Default for GetExecutionHistoryOutput
fn default() -> GetExecutionHistoryOutput
[src]
fn default() -> GetExecutionHistoryOutput
Returns the "default value" for a type. Read more
impl Debug for GetExecutionHistoryOutput
[src]
impl Debug for GetExecutionHistoryOutput
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for GetExecutionHistoryOutput
[src]
impl Clone for GetExecutionHistoryOutput
fn clone(&self) -> GetExecutionHistoryOutput
[src]
fn clone(&self) -> GetExecutionHistoryOutput
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for GetExecutionHistoryOutput
[src]
impl PartialEq for GetExecutionHistoryOutput
fn eq(&self, other: &GetExecutionHistoryOutput) -> bool
[src]
fn eq(&self, other: &GetExecutionHistoryOutput) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &GetExecutionHistoryOutput) -> bool
[src]
fn ne(&self, other: &GetExecutionHistoryOutput) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for GetExecutionHistoryOutput
impl Send for GetExecutionHistoryOutput
impl Sync for GetExecutionHistoryOutput
impl Sync for GetExecutionHistoryOutput