UpdateActionResponse constructor

UpdateActionResponse({
  1. String? actionArn,
})

Implementation

UpdateActionResponse({
  this.actionArn,
});