UpdateConfigurationResponse constructor

UpdateConfigurationResponse({
  1. String? arn,
  2. DateTime? created,
  3. String? id,
  4. ConfigurationRevision? latestRevision,
  5. String? name,
  6. List<SanitizationWarning>? warnings,
})

Implementation

UpdateConfigurationResponse({
  this.arn,
  this.created,
  this.id,
  this.latestRevision,
  this.name,
  this.warnings,
});