DescribeConformancePackStatusResponse constructor
DescribeConformancePackStatusResponse({
- List<
ConformancePackStatusDetail> ? conformancePackStatusDetails, - String? nextToken,
Implementation
DescribeConformancePackStatusResponse({
this.conformancePackStatusDetails,
this.nextToken,
});