DescribePatchBaselinesRequest

public struct DescribePatchBaselinesRequest : AWSShape
extension SSM.DescribePatchBaselinesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Each element in the array is a structure containing: Key: (string, “NAME_PREFIX” or “OWNER”) Value: (array of strings, exactly 1 entry, between 1 and 255 characters)

    Declaration

    Swift

    public let filters: [PatchOrchestratorFilter]?
  • The maximum number of patch baselines 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.DescribePatchBaselinesRequest