RightsizingRecommendationMetadata
public struct RightsizingRecommendationMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The timestamp for when Amazon Web Services made this recommendation.
Declaration
Swift
public let generationTimestamp: String?
-
How many days of previous usage that Amazon Web Services considers when making this recommendation.
Declaration
Swift
public let lookbackPeriodInDays: LookbackPeriodInDays?
-
The ID for this specific recommendation.
Declaration
Swift
public let recommendationId: String?
-
Undocumented
Declaration
Swift
public init(generationTimestamp: String? = nil, lookbackPeriodInDays: LookbackPeriodInDays? = nil, recommendationId: String? = nil)