ListIAMPolicyAssignmentsForUserResponse constructor

ListIAMPolicyAssignmentsForUserResponse({
  1. List<ActiveIAMPolicyAssignment>? activeAssignments,
  2. String? nextToken,
  3. String? requestId,
  4. int? status,
})

Implementation

ListIAMPolicyAssignmentsForUserResponse({
  this.activeAssignments,
  this.nextToken,
  this.requestId,
  this.status,
});