DescribeInstancePatchesRequest
public struct DescribeInstancePatchesRequest : AWSShape
extension SSM.DescribeInstancePatchesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of structures. Each entry in the array is a structure containing a Key, Value combination. Valid values for Key are Classification | KBId | Severity | State.
Declaration
Swift
public let filters: [PatchOrchestratorFilter]?
-
The ID of the instance whose patch state information should be retrieved.
Declaration
Swift
public let instanceId: String
-
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, instanceId: String, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SSM.DescribeInstancePatchesRequest