Struct aws_sdk_glue::model::DynamicTransform
source · #[non_exhaustive]pub struct DynamicTransform { /* private fields */ }Expand description
Specifies the set of parameters needed to perform the dynamic transform.
Implementations§
source§impl DynamicTransform
impl DynamicTransform
sourcepub fn transform_name(&self) -> Option<&str>
pub fn transform_name(&self) -> Option<&str>
Specifies the name of the dynamic transform as it appears in the Glue Studio visual editor.
sourcepub fn inputs(&self) -> Option<&[String]>
pub fn inputs(&self) -> Option<&[String]>
Specifies the inputs for the dynamic transform that are required.
sourcepub fn parameters(&self) -> Option<&[TransformConfigParameter]>
pub fn parameters(&self) -> Option<&[TransformConfigParameter]>
Specifies the parameters of the dynamic transform.
sourcepub fn function_name(&self) -> Option<&str>
pub fn function_name(&self) -> Option<&str>
Specifies the name of the function of the dynamic transform.
source§impl DynamicTransform
impl DynamicTransform
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DynamicTransform.
Trait Implementations§
source§impl Clone for DynamicTransform
impl Clone for DynamicTransform
source§fn clone(&self) -> DynamicTransform
fn clone(&self) -> DynamicTransform
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 DynamicTransform
impl Debug for DynamicTransform
source§impl PartialEq<DynamicTransform> for DynamicTransform
impl PartialEq<DynamicTransform> for DynamicTransform
source§fn eq(&self, other: &DynamicTransform) -> bool
fn eq(&self, other: &DynamicTransform) -> bool
This method tests for
self and other values to be equal, and is used
by ==.