UpdateAppImageConfigResponse constructor

UpdateAppImageConfigResponse({
  1. String? appImageConfigArn,
})

Implementation

UpdateAppImageConfigResponse({
  this.appImageConfigArn,
});