SavingsPlansAmortizedCommitment
public struct SavingsPlansAmortizedCommitment : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The amortized amount of your Savings Plans commitment that was purchased with either a Partial or a NoUpfront.
Declaration
Swift
public let amortizedRecurringCommitment: String?
-
The amortized amount of your Savings Plans commitment that was purchased with an Upfront or PartialUpfront Savings Plans.
Declaration
Swift
public let amortizedUpfrontCommitment: String?
-
The total amortized amount of your Savings Plans commitment, regardless of your Savings Plans purchase method.
Declaration
Swift
public let totalAmortizedCommitment: String?
-
Undocumented
Declaration
Swift
public init(amortizedRecurringCommitment: String? = nil, amortizedUpfrontCommitment: String? = nil, totalAmortizedCommitment: String? = nil)