UpdateDimensionResponse constructor

UpdateDimensionResponse({
  1. String? arn,
  2. DateTime? creationDate,
  3. DateTime? lastModifiedDate,
  4. String? name,
  5. List<String>? stringValues,
  6. DimensionType? type,
})

Implementation

UpdateDimensionResponse({
  this.arn,
  this.creationDate,
  this.lastModifiedDate,
  this.name,
  this.stringValues,
  this.type,
});