ConfigIdResponse constructor
ConfigIdResponse({
- String? configArn,
- String? configId,
- ConfigCapabilityType? configType,
Implementation
ConfigIdResponse({
this.configArn,
this.configId,
this.configType,
});