CostCategoryReference

public struct CostCategoryReference : 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?
  • The number of rules associated with a specific Cost Category.

    Declaration

    Swift

    public let numberOfRules: Int?
  • Undocumented

    Declaration

    Swift

    public init(costCategoryArn: String? = nil, effectiveEnd: String? = nil, effectiveStart: String? = nil, name: String? = nil, numberOfRules: Int? = nil)