Cost Allocation Rule Properties Response
data class CostAllocationRulePropertiesResponse(val createdDate: String, val description: String? = null, val details: CostAllocationRuleDetailsResponse, val status: String, val updatedDate: String)
The properties of a cost allocation rule
Constructors
Link copied to clipboard
constructor(createdDate: String, description: String? = null, details: CostAllocationRuleDetailsResponse, status: String, updatedDate: String)
Properties
Link copied to clipboard
Time at which the rule was created. Rules that change cost for the same resource are applied in order of creation.
Link copied to clipboard
Description of a cost allocation rule.
Link copied to clipboard
Resource information for the cost allocation rule
Link copied to clipboard
Time at which the rule was last updated.