DescribeAvailablePatchesRequest
public struct DescribeAvailablePatchesRequest : AWSShape
extension SSM.DescribeAvailablePatchesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Filters used to scope down the returned patches.
Declaration
Swift
public let filters: [PatchOrchestratorFilter]?
-
The maximum number of patches to return (per page).
Declaration
Swift
public let maxResults: 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(filters: [PatchOrchestratorFilter]? = nil, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SSM.DescribeAvailablePatchesRequest