ListAppImageConfigsResponse constructor

ListAppImageConfigsResponse({
  1. List<AppImageConfigDetails>? appImageConfigs,
  2. String? nextToken,
})

Implementation

ListAppImageConfigsResponse({
  this.appImageConfigs,
  this.nextToken,
});