DescribeImagePermissionsResult constructor

DescribeImagePermissionsResult({
  1. String? name,
  2. String? nextToken,
  3. List<SharedImagePermissions>? sharedImagePermissionsList,
})

Implementation

DescribeImagePermissionsResult({
  this.name,
  this.nextToken,
  this.sharedImagePermissionsList,
});