DeleteConfigurationResponse constructor

DeleteConfigurationResponse({
  1. String? arn,
  2. ConfigurationState? state,
})

Implementation

DeleteConfigurationResponse({
  this.arn,
  this.state,
});