GetEffectivePermissionsForPathResponse constructor

GetEffectivePermissionsForPathResponse({
  1. String? nextToken,
  2. List<PrincipalResourcePermissions>? permissions,
})

Implementation

GetEffectivePermissionsForPathResponse({
  this.nextToken,
  this.permissions,
});