DescribePatchBaselinesResult
public struct DescribePatchBaselinesResult : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  An array of PatchBaselineIdentity elements. DeclarationSwift public let baselineIdentities: [PatchBaselineIdentity]?
- 
                  
                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. DeclarationSwift public let nextToken: String?
- 
                  
                  Undocumented DeclarationSwift public init(baselineIdentities: [PatchBaselineIdentity]? = nil, nextToken: String? = nil)
 View on GitHub
View on GitHub DescribePatchBaselinesResult Structure Reference
        DescribePatchBaselinesResult Structure Reference