Struct aws_sdk_glue::output::GetWorkflowRunsOutput
source · #[non_exhaustive]pub struct GetWorkflowRunsOutput { /* private fields */ }Implementations§
source§impl GetWorkflowRunsOutput
impl GetWorkflowRunsOutput
sourcepub fn runs(&self) -> Option<&[WorkflowRun]>
pub fn runs(&self) -> Option<&[WorkflowRun]>
A list of workflow run metadata objects.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A continuation token, if not all requested workflow runs have been returned.
source§impl GetWorkflowRunsOutput
impl GetWorkflowRunsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetWorkflowRunsOutput.
Trait Implementations§
source§impl Clone for GetWorkflowRunsOutput
impl Clone for GetWorkflowRunsOutput
source§fn clone(&self) -> GetWorkflowRunsOutput
fn clone(&self) -> GetWorkflowRunsOutput
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 GetWorkflowRunsOutput
impl Debug for GetWorkflowRunsOutput
source§impl PartialEq<GetWorkflowRunsOutput> for GetWorkflowRunsOutput
impl PartialEq<GetWorkflowRunsOutput> for GetWorkflowRunsOutput
source§fn eq(&self, other: &GetWorkflowRunsOutput) -> bool
fn eq(&self, other: &GetWorkflowRunsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.