ConformancePackDetail constructor
ConformancePackDetail({})
Implementation
ConformancePackDetail({
required this.conformancePackArn,
required this.conformancePackId,
required this.conformancePackName,
this.conformancePackInputParameters,
this.createdBy,
this.deliveryS3Bucket,
this.deliveryS3KeyPrefix,
this.lastUpdateRequestedTime,
});