CreateConfigurationResponse constructor
CreateConfigurationResponse({
- String? arn,
- AuthenticationStrategy? authenticationStrategy,
- DateTime? created,
- String? id,
- ConfigurationRevision? latestRevision,
- String? name,
Implementation
CreateConfigurationResponse({
this.arn,
this.authenticationStrategy,
this.created,
this.id,
this.latestRevision,
this.name,
});