DescribeInstancePatchStatesForPatchGroupRequest
public struct DescribeInstancePatchStatesForPatchGroupRequest : AWSShapeextension SSM.DescribeInstancePatchStatesForPatchGroupRequest: AWSPaginateStringTokenUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  Each entry in the array is a structure containing: Key (string between 1 and 200 characters) Values (array containing a single string) Type (string “Equal”, “NotEqual”, “LessThan”, “GreaterThan”) DeclarationSwift public let filters: [InstancePatchStateFilter]?
- 
                  
                  The maximum number of patches to return (per page). DeclarationSwift public let maxResults: Int?
- 
                  
                  The token for the next set of items to return. (You received this token from a previous call.) DeclarationSwift public let nextToken: String?
- 
                  
                  The name of the patch group for which the patch state information should be retrieved. DeclarationSwift public let patchGroup: String
- 
                  
                  Undocumented DeclarationSwift public init(filters: [InstancePatchStateFilter]? = nil, maxResults: Int? = nil, nextToken: String? = nil, patchGroup: String)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
- 
                  
                  Undocumented DeclarationSwift public func usingPaginationToken(_ token: String) -> SSM.DescribeInstancePatchStatesForPatchGroupRequest
 View on GitHub
View on GitHub DescribeInstancePatchStatesForPatchGroupRequest Structure Reference
        DescribeInstancePatchStatesForPatchGroupRequest Structure Reference