Struct aws_sdk_glue::output::GetDataflowGraphOutput
source · #[non_exhaustive]pub struct GetDataflowGraphOutput { /* private fields */ }Implementations§
source§impl GetDataflowGraphOutput
impl GetDataflowGraphOutput
sourcepub fn dag_nodes(&self) -> Option<&[CodeGenNode]>
pub fn dag_nodes(&self) -> Option<&[CodeGenNode]>
A list of the nodes in the resulting DAG.
sourcepub fn dag_edges(&self) -> Option<&[CodeGenEdge]>
pub fn dag_edges(&self) -> Option<&[CodeGenEdge]>
A list of the edges in the resulting DAG.
source§impl GetDataflowGraphOutput
impl GetDataflowGraphOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDataflowGraphOutput.
Trait Implementations§
source§impl Clone for GetDataflowGraphOutput
impl Clone for GetDataflowGraphOutput
source§fn clone(&self) -> GetDataflowGraphOutput
fn clone(&self) -> GetDataflowGraphOutput
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 GetDataflowGraphOutput
impl Debug for GetDataflowGraphOutput
source§impl PartialEq<GetDataflowGraphOutput> for GetDataflowGraphOutput
impl PartialEq<GetDataflowGraphOutput> for GetDataflowGraphOutput
source§fn eq(&self, other: &GetDataflowGraphOutput) -> bool
fn eq(&self, other: &GetDataflowGraphOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.