CreateConfigurationResponse constructor
CreateConfigurationResponse({
- String? arn,
- DateTime? creationTime,
- ConfigurationRevision? latestRevision,
- String? name,
- ConfigurationState? state,
Implementation
CreateConfigurationResponse({
this.arn,
this.creationTime,
this.latestRevision,
this.name,
this.state,
});