Struct aws_sdk_glue::input::GetDataflowGraphInput
source · [−]#[non_exhaustive]pub struct GetDataflowGraphInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl GetDataflowGraphInput
impl GetDataflowGraphInput
sourcepub fn python_script(&self) -> Option<&str>
pub fn python_script(&self) -> Option<&str>
The Python script to transform.
Trait Implementations
sourceimpl Clone for GetDataflowGraphInput
impl Clone for GetDataflowGraphInput
sourcefn clone(&self) -> GetDataflowGraphInput
fn clone(&self) -> GetDataflowGraphInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetDataflowGraphInput
impl Debug for GetDataflowGraphInput
sourceimpl PartialEq<GetDataflowGraphInput> for GetDataflowGraphInput
impl PartialEq<GetDataflowGraphInput> for GetDataflowGraphInput
sourcefn eq(&self, other: &GetDataflowGraphInput) -> bool
fn eq(&self, other: &GetDataflowGraphInput) -> bool
impl StructuralPartialEq for GetDataflowGraphInput
Auto Trait Implementations
impl RefUnwindSafe for GetDataflowGraphInput
impl Send for GetDataflowGraphInput
impl Sync for GetDataflowGraphInput
impl Unpin for GetDataflowGraphInput
impl UnwindSafe for GetDataflowGraphInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more