TransformOutput constructor

TransformOutput({
  1. required String s3OutputPath,
  2. String? accept,
  3. AssemblyType? assembleWith,
  4. String? kmsKeyId,
})

Implementation

TransformOutput({
  required this.s3OutputPath,
  this.accept,
  this.assembleWith,
  this.kmsKeyId,
});