Get Cost Category Result
data class GetCostCategoryResult(val costCategoryArn: String, val defaultValue: String, val effectiveEnd: String, val effectiveStart: String, val id: String, val name: String, val ruleVersion: String, val rules: List<GetCostCategoryRule>, val splitChargeRules: List<GetCostCategorySplitChargeRule>, val tags: Map<String, String>)
A collection of values returned by getCostCategory.
Constructors
Link copied to clipboard
fun GetCostCategoryResult(costCategoryArn: String, defaultValue: String, effectiveEnd: String, effectiveStart: String, id: String, name: String, ruleVersion: String, rules: List<GetCostCategoryRule>, splitChargeRules: List<GetCostCategorySplitChargeRule>, tags: Map<String, String>)