DeleteCostCategoryDefinitionResponse

public struct DeleteCostCategoryDefinitionResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique identifier for your Cost Category.

    Declaration

    Swift

    public let costCategoryArn: String?
  • The effective end date of the Cost Category as a result of deleting it. No costs after this date will be categorized by the deleted Cost Category.

    Declaration

    Swift

    public let effectiveEnd: String?
  • Undocumented

    Declaration

    Swift

    public init(costCategoryArn: String? = nil, effectiveEnd: String? = nil)