Get Conformance Pack Result
data class GetConformancePackResult(val conformancePackInputParameters: List<ConformancePackInputParameter>? = null, val deliveryS3Bucket: String? = null, val deliveryS3KeyPrefix: String? = null)
Constructors
Link copied to clipboard
constructor(conformancePackInputParameters: List<ConformancePackInputParameter>? = null, deliveryS3Bucket: String? = null, deliveryS3KeyPrefix: String? = null)