DescribeOrganizationConformancePacksResponse constructor

DescribeOrganizationConformancePacksResponse({
  1. String? nextToken,
  2. List<OrganizationConformancePack>? organizationConformancePacks,
})

Implementation

DescribeOrganizationConformancePacksResponse({
  this.nextToken,
  this.organizationConformancePacks,
});