LookupPolicyResponse constructor
LookupPolicyResponse({
- String? nextToken,
- List<
PolicyToPath> ? policyToPathList,
Implementation
LookupPolicyResponse({
this.nextToken,
this.policyToPathList,
});