DescribeEffectivePatchesForPatchBaselineRequest
public struct DescribeEffectivePatchesForPatchBaselineRequest : AWSShape
extension SSM.DescribeEffectivePatchesForPatchBaselineRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the patch baseline to retrieve the effective patches for.
Declaration
Swift
public let baselineId: 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(baselineId: String, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SSM.DescribeEffectivePatchesForPatchBaselineRequest