DescribeInstancePatchesResult constructor

DescribeInstancePatchesResult({
  1. String? nextToken,
  2. List<PatchComplianceData>? patches,
})

Implementation

DescribeInstancePatchesResult({
  this.nextToken,
  this.patches,
});