DescribeOrganizationConformancePackStatusesResponse constructor

DescribeOrganizationConformancePackStatusesResponse({
  1. String? nextToken,
  2. List<OrganizationConformancePackStatus>? organizationConformancePackStatuses,
})

Implementation

DescribeOrganizationConformancePackStatusesResponse({
  this.nextToken,
  this.organizationConformancePackStatuses,
});