ListProfilePermissionsResponse constructor
ListProfilePermissionsResponse({
- String? nextToken,
- List<
Permission> ? permissions, - int? policySizeBytes,
- String? revisionId,
Implementation
ListProfilePermissionsResponse({
this.nextToken,
this.permissions,
this.policySizeBytes,
this.revisionId,
});