Struct aws_sdk_glue::input::GetDataflowGraphInput
source · #[non_exhaustive]pub struct GetDataflowGraphInput { /* private fields */ }Implementations§
source§impl GetDataflowGraphInput
impl GetDataflowGraphInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDataflowGraph, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDataflowGraph, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetDataflowGraph>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDataflowGraphInput.
source§impl GetDataflowGraphInput
impl GetDataflowGraphInput
sourcepub fn python_script(&self) -> Option<&str>
pub fn python_script(&self) -> Option<&str>
The Python script to transform.
Trait Implementations§
source§impl Clone for GetDataflowGraphInput
impl Clone for GetDataflowGraphInput
source§fn clone(&self) -> GetDataflowGraphInput
fn clone(&self) -> GetDataflowGraphInput
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 GetDataflowGraphInput
impl Debug for GetDataflowGraphInput
source§impl PartialEq<GetDataflowGraphInput> for GetDataflowGraphInput
impl PartialEq<GetDataflowGraphInput> for GetDataflowGraphInput
source§fn eq(&self, other: &GetDataflowGraphInput) -> bool
fn eq(&self, other: &GetDataflowGraphInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.