DescribeConformancePackStatusResponse constructor

DescribeConformancePackStatusResponse({
  1. List<ConformancePackStatusDetail>? conformancePackStatusDetails,
  2. String? nextToken,
})

Implementation

DescribeConformancePackStatusResponse({
  this.conformancePackStatusDetails,
  this.nextToken,
});