CreateCostCategoryDefinitionResponse
public struct CreateCostCategoryDefinitionResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique identifier for your newly created Cost Category.
Declaration
Swift
public let costCategoryArn: String?
-
The Cost Category’s effective start date.
Declaration
Swift
public let effectiveStart: String?
-
Undocumented
Declaration
Swift
public init(costCategoryArn: String? = nil, effectiveStart: String? = nil)