CreateCostCategoryDefinitionResponse constructor

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

Implementation

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