#[non_exhaustive]pub struct DescribeFeatureTransformationInput { /* private fields */ }
Implementations§
source§impl DescribeFeatureTransformationInput
impl DescribeFeatureTransformationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeFeatureTransformation, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeFeatureTransformation, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeFeatureTransformation
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeFeatureTransformationInput
.
source§impl DescribeFeatureTransformationInput
impl DescribeFeatureTransformationInput
sourcepub fn feature_transformation_arn(&self) -> Option<&str>
pub fn feature_transformation_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the feature transformation to describe.
Trait Implementations§
source§impl Clone for DescribeFeatureTransformationInput
impl Clone for DescribeFeatureTransformationInput
source§fn clone(&self) -> DescribeFeatureTransformationInput
fn clone(&self) -> DescribeFeatureTransformationInput
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 PartialEq<DescribeFeatureTransformationInput> for DescribeFeatureTransformationInput
impl PartialEq<DescribeFeatureTransformationInput> for DescribeFeatureTransformationInput
source§fn eq(&self, other: &DescribeFeatureTransformationInput) -> bool
fn eq(&self, other: &DescribeFeatureTransformationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.