Struct aws_sdk_glue::model::WorkflowGraph
source · #[non_exhaustive]pub struct WorkflowGraph { /* private fields */ }Expand description
A workflow graph represents the complete workflow containing all the Glue components present in the workflow and all the directed connections between them.
Implementations§
source§impl WorkflowGraph
impl WorkflowGraph
source§impl WorkflowGraph
impl WorkflowGraph
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture WorkflowGraph.
Trait Implementations§
source§impl Clone for WorkflowGraph
impl Clone for WorkflowGraph
source§fn clone(&self) -> WorkflowGraph
fn clone(&self) -> WorkflowGraph
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 WorkflowGraph
impl Debug for WorkflowGraph
source§impl PartialEq<WorkflowGraph> for WorkflowGraph
impl PartialEq<WorkflowGraph> for WorkflowGraph
source§fn eq(&self, other: &WorkflowGraph) -> bool
fn eq(&self, other: &WorkflowGraph) -> bool
This method tests for
self and other values to be equal, and is used
by ==.