GetRightsizingRecommendationResponse
public struct GetRightsizingRecommendationResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Enables you to customize recommendations across two attributes. You can choose to view recommendations for instances within the same instance families or across different instance families. You can also choose to view your estimated savings associated with recommendations with consideration of existing Savings Plans or RI benefits, or neither.
Declaration
Swift
public let configuration: RightsizingRecommendationConfiguration?
-
Information regarding this specific recommendation set.
Declaration
Swift
public let metadata: RightsizingRecommendationMetadata?
-
The token to retrieve the next set of results.
Declaration
Swift
public let nextPageToken: String?
-
Recommendations to rightsize resources.
Declaration
Swift
public let rightsizingRecommendations: [RightsizingRecommendation]?
-
Summary of this recommendation set.
Declaration
Swift
public let summary: RightsizingRecommendationSummary?
-
Undocumented
Declaration
Swift
public init(configuration: RightsizingRecommendationConfiguration? = nil, metadata: RightsizingRecommendationMetadata? = nil, nextPageToken: String? = nil, rightsizingRecommendations: [RightsizingRecommendation]? = nil, summary: RightsizingRecommendationSummary? = nil)