CostCategory constructor
CostCategory({
- required String costCategoryArn,
- required String effectiveStart,
- required String name,
- required CostCategoryRuleVersion ruleVersion,
- required List<
CostCategoryRule> rules, - String? effectiveEnd,
- List<
CostCategoryProcessingStatus> ? processingStatus,
Implementation
CostCategory({
required this.costCategoryArn,
required this.effectiveStart,
required this.name,
required this.ruleVersion,
required this.rules,
this.effectiveEnd,
this.processingStatus,
});