UpdateCostCategoryDefinitionResponse constructor

UpdateCostCategoryDefinitionResponse({
  1. String? costCategoryArn,
  2. String? effectiveStart,
})

Implementation

UpdateCostCategoryDefinitionResponse({
  this.costCategoryArn,
  this.effectiveStart,
});