DeleteConfigurationResponse constructor
DeleteConfigurationResponse({
- String? arn,
- ConfigurationState? state,
Implementation
DeleteConfigurationResponse({
this.arn,
this.state,
});