CreateInstanceResponse constructor

CreateInstanceResponse({
  1. String? arn,
  2. String? id,
})

Implementation

CreateInstanceResponse({
  this.arn,
  this.id,
});