CreateCostCategoryDefinitionRequest
public struct CreateCostCategoryDefinitionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let name: String -
The Cost Category rules 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(name: String, rules: [CostCategoryRule], ruleVersion: CostCategoryRuleVersion) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateCostCategoryDefinitionRequest Structure Reference