RightsizingRecommendationSummary
public struct RightsizingRecommendationSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Estimated total savings resulting from modifications, on a monthly basis.
Declaration
Swift
public let estimatedTotalMonthlySavingsAmount: String? -
The currency code that Amazon Web Services used to calculate the savings.
Declaration
Swift
public let savingsCurrencyCode: String? -
Savings percentage based on the recommended modifications, relative to the total On-Demand costs associated with these instances.
Declaration
Swift
public let savingsPercentage: String? -
Total number of instance recommendations.
Declaration
Swift
public let totalRecommendationCount: String? -
init(estimatedTotalMonthlySavingsAmount:savingsCurrencyCode:savingsPercentage:totalRecommendationCount:)Undocumented
Declaration
Swift
public init(estimatedTotalMonthlySavingsAmount: String? = nil, savingsCurrencyCode: String? = nil, savingsPercentage: String? = nil, totalRecommendationCount: String? = nil)
View on GitHub
RightsizingRecommendationSummary Structure Reference