CreateContextResponse constructor

CreateContextResponse({
  1. String? contextArn,
})

Implementation

CreateContextResponse({
  this.contextArn,
});