CreateActionResponse constructor

CreateActionResponse({
  1. String? actionArn,
})

Implementation

CreateActionResponse({
  this.actionArn,
});