DescribeOrganizationConformancePacksResponse constructor
DescribeOrganizationConformancePacksResponse({
- String? nextToken,
- List<
OrganizationConformancePack> ? organizationConformancePacks,
Implementation
DescribeOrganizationConformancePacksResponse({
this.nextToken,
this.organizationConformancePacks,
});