CostCategory
public struct CostCategory : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique identifier for your Cost Category.
Declaration
Swift
public let costCategoryArn: String
-
The Cost Category’s effective end date.
Declaration
Swift
public let effectiveEnd: String?
-
The Cost Category’s effective start date.
Declaration
Swift
public let effectiveStart: String
-
Undocumented
Declaration
Swift
public let name: String
-
Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.
Declaration
Swift
public let rules: [CostCategoryRule]
-
Undocumented
Declaration
Swift
public let ruleVersion: CostCategoryRuleVersion
-
Undocumented
Declaration
Swift
public init(costCategoryArn: String, effectiveEnd: String? = nil, effectiveStart: String, name: String, rules: [CostCategoryRule], ruleVersion: CostCategoryRuleVersion)