#[non_exhaustive]pub struct ListPipelineExecutionStepsOutput { /* private fields */ }
Implementations§
source§impl ListPipelineExecutionStepsOutput
impl ListPipelineExecutionStepsOutput
sourcepub fn pipeline_execution_steps(&self) -> Option<&[PipelineExecutionStep]>
pub fn pipeline_execution_steps(&self) -> Option<&[PipelineExecutionStep]>
A list of PipeLineExecutionStep
objects. Each PipeLineExecutionStep
consists of StepName, StartTime, EndTime, StepStatus, and Metadata. Metadata is an object with properties for each job that contains relevant information about the job created by the step.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the result of the previous ListPipelineExecutionSteps
request was truncated, the response includes a NextToken
. To retrieve the next set of pipeline execution steps, use the token in the next request.
source§impl ListPipelineExecutionStepsOutput
impl ListPipelineExecutionStepsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListPipelineExecutionStepsOutput
.
Trait Implementations§
source§impl Clone for ListPipelineExecutionStepsOutput
impl Clone for ListPipelineExecutionStepsOutput
source§fn clone(&self) -> ListPipelineExecutionStepsOutput
fn clone(&self) -> ListPipelineExecutionStepsOutput
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 PartialEq<ListPipelineExecutionStepsOutput> for ListPipelineExecutionStepsOutput
impl PartialEq<ListPipelineExecutionStepsOutput> for ListPipelineExecutionStepsOutput
source§fn eq(&self, other: &ListPipelineExecutionStepsOutput) -> bool
fn eq(&self, other: &ListPipelineExecutionStepsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.