DescribeOrganizationConfigRulesResponse constructor

DescribeOrganizationConfigRulesResponse({
  1. String? nextToken,
  2. List<OrganizationConfigRule>? organizationConfigRules,
})

Implementation

DescribeOrganizationConfigRulesResponse({
  this.nextToken,
  this.organizationConfigRules,
});