SelectResourceConfigResponse constructor

SelectResourceConfigResponse({
  1. String? nextToken,
  2. QueryInfo? queryInfo,
  3. List<String>? results,
})

Implementation

SelectResourceConfigResponse({
  this.nextToken,
  this.queryInfo,
  this.results,
});