DescribeInstancePatchesResult constructor
DescribeInstancePatchesResult({
- String? nextToken,
- List<
PatchComplianceData> ? patches,
Implementation
DescribeInstancePatchesResult({
this.nextToken,
this.patches,
});