DescribeEffectivePatchesForPatchBaselineResult constructor

DescribeEffectivePatchesForPatchBaselineResult({
  1. List<EffectivePatch>? effectivePatches,
  2. String? nextToken,
})

Implementation

DescribeEffectivePatchesForPatchBaselineResult({
  this.effectivePatches,
  this.nextToken,
});