GetSavingsPlansPurchaseRecommendationResponse
public struct GetSavingsPlansPurchaseRecommendationResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information regarding this specific recommendation set.
Declaration
Swift
public let metadata: SavingsPlansPurchaseRecommendationMetadata? -
The token for the next set of retrievable results. AWS provides the token when the response from a previous call has more results than the maximum page size.
Declaration
Swift
public let nextPageToken: String? -
Contains your request parameters, Savings Plan Recommendations Summary, and Details.
Declaration
Swift
public let savingsPlansPurchaseRecommendation: SavingsPlansPurchaseRecommendation? -
Undocumented
Declaration
Swift
public init(metadata: SavingsPlansPurchaseRecommendationMetadata? = nil, nextPageToken: String? = nil, savingsPlansPurchaseRecommendation: SavingsPlansPurchaseRecommendation? = nil)
View on GitHub
GetSavingsPlansPurchaseRecommendationResponse Structure Reference