CreateDimensionResponse constructor

CreateDimensionResponse({
  1. String? arn,
  2. String? name,
})

Implementation

CreateDimensionResponse({
  this.arn,
  this.name,
});