ListNamedQueriesOutput constructor

ListNamedQueriesOutput({
  1. List<String>? namedQueryIds,
  2. String? nextToken,
})

Implementation

ListNamedQueriesOutput({
  this.namedQueryIds,
  this.nextToken,
});