SavingsPlanRateFilterName

public enum SavingsPlanRateFilterName : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case region = "region"
  • Undocumented

    Declaration

    Swift

    case instancetype = "instanceType"
  • Undocumented

    Declaration

    Swift

    case productdescription = "productDescription"
  • Undocumented

    Declaration

    Swift

    case tenancy = "tenancy"
  • Undocumented

    Declaration

    Swift

    case producttype = "productType"
  • Undocumented

    Declaration

    Swift

    case servicecode = "serviceCode"
  • Undocumented

    Declaration

    Swift

    case usagetype = "usageType"
  • Undocumented

    Declaration

    Swift

    case operation = "operation"
  • Declaration

    Swift

    public var description: String { get }