CreateAppImageConfigResponse constructor

CreateAppImageConfigResponse({
  1. String? appImageConfigArn,
})

Implementation

CreateAppImageConfigResponse({
  this.appImageConfigArn,
});