GetEC2InstanceRecommendationsResponse
public struct GetEC2InstanceRecommendationsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of objects that describe errors of the request. For example, an error is returned if you request recommendations for an instance of an unsupported instance family.
Declaration
Swift
public let errors: [GetRecommendationError]?
-
An array of objects that describe instance recommendations.
Declaration
Swift
public let instanceRecommendations: [InstanceRecommendation]?
-
The token to use to advance to the next page of instance recommendations. This value is null when there are no more pages of instance recommendations to return.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(errors: [GetRecommendationError]? = nil, instanceRecommendations: [InstanceRecommendation]? = nil, nextToken: String? = nil)