DescribeConfigurationResponse constructor

DescribeConfigurationResponse({
  1. String? arn,
  2. DateTime? creationTime,
  3. String? description,
  4. List<String>? kafkaVersions,
  5. ConfigurationRevision? latestRevision,
  6. String? name,
  7. ConfigurationState? state,
})

Implementation

DescribeConfigurationResponse({
  this.arn,
  this.creationTime,
  this.description,
  this.kafkaVersions,
  this.latestRevision,
  this.name,
  this.state,
});