GetEffectivePermissionsForPathResponse constructor
GetEffectivePermissionsForPathResponse({
- String? nextToken,
- List<
PrincipalResourcePermissions> ? permissions,
Implementation
GetEffectivePermissionsForPathResponse({
this.nextToken,
this.permissions,
});