DescribePatchGroupsRequest
public struct DescribePatchGroupsRequest : AWSShape
extension SSM.DescribePatchGroupsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
One or more filters. Use a filter to return a more specific list of results. For DescribePatchGroups,valid filter keys include the following: NAME_PREFIX: The name of the patch group. Wildcards () are accepted. OPERATING_SYSTEM: The supported operating system type to return results for. For valid operating system values, see GetDefaultPatchBaselineRequest$OperatingSystem in CreatePatchBaseline. Examples: –filters Key=NAME_PREFIX,Values=MyPatchGroup –filters Key=OPERATING_SYSTEM,Values=AMAZON_LINUX_2
Declaration
Swift
public let filters: [PatchOrchestratorFilter]?
-
The maximum number of patch groups 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.DescribePatchGroupsRequest