ListApprovalRuleTemplatesOutput constructor

ListApprovalRuleTemplatesOutput({
  1. List<String>? approvalRuleTemplateNames,
  2. String? nextToken,
})

Implementation

ListApprovalRuleTemplatesOutput({
  this.approvalRuleTemplateNames,
  this.nextToken,
});