ListConfigsResponse constructor

ListConfigsResponse({
  1. List<ConfigListItem>? configList,
  2. String? nextToken,
})

Implementation

ListConfigsResponse({
  this.configList,
  this.nextToken,
});