SavingsPlanType

public enum SavingsPlanType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case compute = "Compute"
  • Undocumented

    Declaration

    Swift

    case ec2instance = "EC2Instance"
  • Declaration

    Swift

    public var description: String { get }