UpdateCostCategoryDefinitionRequest
public struct UpdateCostCategoryDefinitionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique identifier for your Cost Category.
Declaration
Swift
public let costCategoryArn: String
-
The Expression object used to categorize costs. For more information, see CostCategoryRule .
Declaration
Swift
public let rules: [CostCategoryRule]
-
Undocumented
Declaration
Swift
public let ruleVersion: CostCategoryRuleVersion
-
Undocumented
Declaration
Swift
public init(costCategoryArn: String, rules: [CostCategoryRule], ruleVersion: CostCategoryRuleVersion)
-
Declaration
Swift
public func validate(name: String) throws