DescribeInstancePatchStatesForPatchGroupRequest

public struct DescribeInstancePatchStatesForPatchGroupRequest : AWSShape
extension SSM.DescribeInstancePatchStatesForPatchGroupRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    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”)

    Declaration

    Swift

    public let filters: [InstancePatchStateFilter]?
  • 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?
  • The name of the patch group for which the patch state information should be retrieved.

    Declaration

    Swift

    public let patchGroup: String
  • Undocumented

    Declaration

    Swift

    public init(filters: [InstancePatchStateFilter]? = nil, maxResults: Int? = nil, nextToken: String? = nil, patchGroup: String)
  • Declaration

    Swift

    public func validate(name: String) throws
  • Undocumented

    Declaration

    Swift

    public func usingPaginationToken(_ token: String) -> SSM.DescribeInstancePatchStatesForPatchGroupRequest