DescribeConformancePacksResponse constructor
DescribeConformancePacksResponse({
- List<
ConformancePackDetail> ? conformancePackDetails, - String? nextToken,
Implementation
DescribeConformancePacksResponse({
this.conformancePackDetails,
this.nextToken,
});