DescribeEffectivePatchesForPatchBaselineResult constructor
DescribeEffectivePatchesForPatchBaselineResult({
- List<
EffectivePatch> ? effectivePatches, - String? nextToken,
Implementation
DescribeEffectivePatchesForPatchBaselineResult({
this.effectivePatches,
this.nextToken,
});