CostAllocationRulePropertiesResponse

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)

Types

Link copied to clipboard
object Companion

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
val description: String? = null

Description of a cost allocation rule.

Link copied to clipboard

Resource information for the cost allocation rule

Link copied to clipboard

Status of the rule

Link copied to clipboard

Time at which the rule was last updated.