PutStoredQueryResponse constructor

PutStoredQueryResponse({
  1. String? queryArn,
})

Implementation

PutStoredQueryResponse({
  this.queryArn,
});