PutOrganizationConformancePackResponse constructor

PutOrganizationConformancePackResponse({
  1. String? organizationConformancePackArn,
})

Implementation

PutOrganizationConformancePackResponse({
  this.organizationConformancePackArn,
});