DescribeConfigurationResponse constructor

DescribeConfigurationResponse({
  1. String? arn,
  2. AuthenticationStrategy? authenticationStrategy,
  3. DateTime? created,
  4. String? description,
  5. EngineType? engineType,
  6. String? engineVersion,
  7. String? id,
  8. ConfigurationRevision? latestRevision,
  9. String? name,
  10. Map<String, String>? tags,
})

Implementation

DescribeConfigurationResponse({
  this.arn,
  this.authenticationStrategy,
  this.created,
  this.description,
  this.engineType,
  this.engineVersion,
  this.id,
  this.latestRevision,
  this.name,
  this.tags,
});