SavingsPlansUtilization
public struct SavingsPlansUtilization : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The total amount of Savings Plans commitment that’s been purchased in an account (or set of accounts).
Declaration
Swift
public let totalCommitment: String? -
The amount of your Savings Plans commitment that was not consumed from Savings Plans eligible usage in a specific period.
Declaration
Swift
public let unusedCommitment: String? -
The amount of your Savings Plans commitment that was consumed from Savings Plans eligible usage in a specific period.
Declaration
Swift
public let usedCommitment: String? -
The amount of UsedCommitment divided by the TotalCommitment for your Savings Plans.
Declaration
Swift
public let utilizationPercentage: String? -
Undocumented
Declaration
Swift
public init(totalCommitment: String? = nil, unusedCommitment: String? = nil, usedCommitment: String? = nil, utilizationPercentage: String? = nil)
View on GitHub
SavingsPlansUtilization Structure Reference