DeleteActionResponse constructor

DeleteActionResponse({
  1. String? actionArn,
})

Implementation

DeleteActionResponse({
  this.actionArn,
});