CreateFilterResponse constructor

CreateFilterResponse({
  1. String? filterArn,
})

Implementation

CreateFilterResponse({
  this.filterArn,
});