DeleteCostCategoryDefinitionResponse constructor

DeleteCostCategoryDefinitionResponse({
  1. String? costCategoryArn,
  2. String? effectiveEnd,
})

Implementation

DeleteCostCategoryDefinitionResponse({
  this.costCategoryArn,
  this.effectiveEnd,
});