ListProfilePermissionsResponse constructor

ListProfilePermissionsResponse({
  1. String? nextToken,
  2. List<Permission>? permissions,
  3. int? policySizeBytes,
  4. String? revisionId,
})

Implementation

ListProfilePermissionsResponse({
  this.nextToken,
  this.permissions,
  this.policySizeBytes,
  this.revisionId,
});