DescribeConfigurationResponse constructor
DescribeConfigurationResponse({
- String? arn,
- DateTime? creationTime,
- String? description,
- List<
String> ? kafkaVersions, - ConfigurationRevision? latestRevision,
- String? name,
- ConfigurationState? state,
Implementation
DescribeConfigurationResponse({
this.arn,
this.creationTime,
this.description,
this.kafkaVersions,
this.latestRevision,
this.name,
this.state,
});