Class: Aws::FSx::Types::OpenZFSPosixFileSystemUser

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb

Overview

The FSx for OpenZFS file system user that is used for authorizing all file access requests that are made using the S3 access point.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gidInteger

The GID of the file system user.

Returns:

  • (Integer)


7880
7881
7882
7883
7884
7885
7886
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7880

class OpenZFSPosixFileSystemUser < Struct.new(
  :uid,
  :gid,
  :secondary_gids)
  SENSITIVE = []
  include Aws::Structure
end

#secondary_gidsArray<Integer>

The list of secondary GIDs for the file system user.

Returns:

  • (Array<Integer>)


7880
7881
7882
7883
7884
7885
7886
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7880

class OpenZFSPosixFileSystemUser < Struct.new(
  :uid,
  :gid,
  :secondary_gids)
  SENSITIVE = []
  include Aws::Structure
end

#uidInteger

The UID of the file system user.

Returns:

  • (Integer)


7880
7881
7882
7883
7884
7885
7886
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7880

class OpenZFSPosixFileSystemUser < Struct.new(
  :uid,
  :gid,
  :secondary_gids)
  SENSITIVE = []
  include Aws::Structure
end