FeatureTransformation constructor

FeatureTransformation({
  1. DateTime? creationDateTime,
  2. Map<String, String>? defaultParameters,
  3. String? featureTransformationArn,
  4. DateTime? lastUpdatedDateTime,
  5. String? name,
  6. String? status,
})

Implementation

FeatureTransformation({
  this.creationDateTime,
  this.defaultParameters,
  this.featureTransformationArn,
  this.lastUpdatedDateTime,
  this.name,
  this.status,
});