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