SavingsPlansSavings

public struct SavingsPlansSavings : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The savings amount that you are accumulating for the usage that is covered by a Savings Plans, when compared to the On-Demand equivalent of the same usage.

    Declaration

    Swift

    public let netSavings: String?
  • How much the amount that the usage would have cost if it was accrued at the On-Demand rate.

    Declaration

    Swift

    public let onDemandCostEquivalent: String?
  • Undocumented

    Declaration

    Swift

    public init(netSavings: String? = nil, onDemandCostEquivalent: String? = nil)