ReservationPurchaseRecommendationSummary
public struct ReservationPurchaseRecommendationSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The currency code used for this recommendation.
Declaration
Swift
public let currencyCode: String?
-
The total amount that AWS estimates that this recommendation could save you in a month.
Declaration
Swift
public let totalEstimatedMonthlySavingsAmount: String?
-
The total amount that AWS estimates that this recommendation could save you in a month, as a percentage of your costs.
Declaration
Swift
public let totalEstimatedMonthlySavingsPercentage: String?
-
Undocumented
Declaration
Swift
public init(currencyCode: String? = nil, totalEstimatedMonthlySavingsAmount: String? = nil, totalEstimatedMonthlySavingsPercentage: String? = nil)