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