DescribeOrganizationConformancePackStatusesResponse constructor
DescribeOrganizationConformancePackStatusesResponse({
- String? nextToken,
- List<
OrganizationConformancePackStatus> ? organizationConformancePackStatuses,
Implementation
DescribeOrganizationConformancePackStatusesResponse({
this.nextToken,
this.organizationConformancePackStatuses,
});