TransformJobSummary constructor
TransformJobSummary({})
Implementation
TransformJobSummary({
required this.creationTime,
required this.transformJobArn,
required this.transformJobName,
required this.transformJobStatus,
this.failureReason,
this.lastModifiedTime,
this.transformEndTime,
});