CreateConfigurationResponse constructor

CreateConfigurationResponse(
  1. {String? arn,
  2. AuthenticationStrategy? authenticationStrategy,
  3. DateTime? created,
  4. String? id,
  5. ConfigurationRevision? latestRevision,
  6. String? name}
)

Implementation

CreateConfigurationResponse({
  this.arn,
  this.authenticationStrategy,
  this.created,
  this.id,
  this.latestRevision,
  this.name,
});