DescribeInstancePatchStatesResult constructor
DescribeInstancePatchStatesResult({
- List<
InstancePatchState> ? instancePatchStates, - String? nextToken,
Implementation
DescribeInstancePatchStatesResult({
this.instancePatchStates,
this.nextToken,
});