CreateConfigurationResponse constructor

CreateConfigurationResponse({
  1. String? arn,
  2. DateTime? creationTime,
  3. ConfigurationRevision? latestRevision,
  4. String? name,
  5. ConfigurationState? state,
})

Implementation

CreateConfigurationResponse({
  this.arn,
  this.creationTime,
  this.latestRevision,
  this.name,
  this.state,
});