DescribeEffectivePatchesForPatchBaselineResult
public struct DescribeEffectivePatchesForPatchBaselineResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of patches and patch status.
Declaration
Swift
public let effectivePatches: [EffectivePatch]?
-
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(effectivePatches: [EffectivePatch]? = nil, nextToken: String? = nil)