GetAutoScalingGroupRecommendationsRequest
public struct GetAutoScalingGroupRecommendationsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The IDs of the AWS accounts for which to return Auto Scaling group recommendations. If your account is the master account of an organization, use this parameter to specify the member accounts for which you want to return Auto Scaling group recommendations. Only one account ID can be specified per request.
Declaration
Swift
public let accountIds: [String]?
-
The Amazon Resource Name (ARN) of the Auto Scaling groups for which to return recommendations.
Declaration
Swift
public let autoScalingGroupArns: [String]?
-
An array of objects that describe a filter that returns a more specific list of Auto Scaling group recommendations.
Declaration
Swift
public let filters: [Filter]?
-
The maximum number of Auto Scaling group recommendations to return with a single request. To retrieve the remaining results, make another request with the returned NextToken value.
Declaration
Swift
public let maxResults: Int?
-
The token to advance to the next page of Auto Scaling group recommendations.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(accountIds: [String]? = nil, autoScalingGroupArns: [String]? = nil, filters: [Filter]? = nil, maxResults: Int? = nil, nextToken: String? = nil)