OrganizationConformancePack constructor

OrganizationConformancePack({
  1. required DateTime lastUpdateTime,
  2. required String organizationConformancePackArn,
  3. required String organizationConformancePackName,
  4. List<ConformancePackInputParameter>? conformancePackInputParameters,
  5. String? deliveryS3Bucket,
  6. String? deliveryS3KeyPrefix,
  7. List<String>? excludedAccounts,
})

Implementation

OrganizationConformancePack({
  required this.lastUpdateTime,
  required this.organizationConformancePackArn,
  required this.organizationConformancePackName,
  this.conformancePackInputParameters,
  this.deliveryS3Bucket,
  this.deliveryS3KeyPrefix,
  this.excludedAccounts,
});