DescribePatchBaselinesResult
public struct DescribePatchBaselinesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of PatchBaselineIdentity elements.
Declaration
Swift
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.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(baselineIdentities: [PatchBaselineIdentity]? = nil, nextToken: String? = nil)