DescribeEffectivePatchesForPatchBaselineRequest
public struct DescribeEffectivePatchesForPatchBaselineRequest : AWSShapeextension SSM.DescribeEffectivePatchesForPatchBaselineRequest: AWSPaginateStringTokenUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The ID of the patch baseline to retrieve the effective patches for. DeclarationSwift public let baselineId: String
- 
                  
                  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?
- 
                  
                  Undocumented DeclarationSwift public init(baselineId: String, maxResults: Int? = nil, nextToken: String? = nil)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
- 
                  
                  Undocumented DeclarationSwift public func usingPaginationToken(_ token: String) -> SSM.DescribeEffectivePatchesForPatchBaselineRequest
 View on GitHub
View on GitHub DescribeEffectivePatchesForPatchBaselineRequest Structure Reference
        DescribeEffectivePatchesForPatchBaselineRequest Structure Reference