GetAppliedSchemaVersionResponse constructor

GetAppliedSchemaVersionResponse({
  1. String? appliedSchemaArn,
})

Implementation

GetAppliedSchemaVersionResponse({
  this.appliedSchemaArn,
});