SavingsPlansPurchaseRecommendationMetadata
public struct SavingsPlansPurchaseRecommendationMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The timestamp showing when the recommendations were generated.
Declaration
Swift
public let generationTimestamp: String?
-
The unique identifier for the recommendation set.
Declaration
Swift
public let recommendationId: String?
-
Undocumented
Declaration
Swift
public init(generationTimestamp: String? = nil, recommendationId: String? = nil)