ConfigIdResponse constructor

ConfigIdResponse({
  1. String? configArn,
  2. String? configId,
  3. ConfigCapabilityType? configType,
})

Implementation

ConfigIdResponse({
  this.configArn,
  this.configId,
  this.configType,
});