DescribeInstanceRefreshesType
public struct DescribeInstanceRefreshesType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the Auto Scaling group.
Declaration
Swift
public let autoScalingGroupName: String
-
One or more instance refresh IDs.
Declaration
Swift
public let instanceRefreshIds: [String]?
-
The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.
Declaration
Swift
public let maxRecords: Int?
-
The token for the next set of items to return. (You received this token from a previous call.)
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(autoScalingGroupName: String, instanceRefreshIds: [String]? = nil, maxRecords: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws