UpdateConfigurationResponse constructor
UpdateConfigurationResponse({
- String? arn,
- DateTime? created,
- String? id,
- ConfigurationRevision? latestRevision,
- String? name,
- List<
SanitizationWarning> ? warnings,
Implementation
UpdateConfigurationResponse({
this.arn,
this.created,
this.id,
this.latestRevision,
this.name,
this.warnings,
});