ListReceiptRuleSetsResponse constructor

ListReceiptRuleSetsResponse({
  1. String? nextToken,
  2. List<ReceiptRuleSetMetadata>? ruleSets,
})

Implementation

ListReceiptRuleSetsResponse({
  this.nextToken,
  this.ruleSets,
});