class Aws::EFS::Types::PosixUser

The full POSIX identity, including the user ID, group ID, and any secondary group IDs, on the access point that is used for all file system operations performed by NFS clients using the access point.

@note When making an API call, you may pass PosixUser

data as a hash:

    {
      uid: 1, # required
      gid: 1, # required
      secondary_gids: [1],
    }

@!attribute [rw] uid

The POSIX user ID used for all file system operations using this
access point.
@return [Integer]

@!attribute [rw] gid

The POSIX group ID used for all file system operations using this
access point.
@return [Integer]

@!attribute [rw] secondary_gids

Secondary POSIX group IDs used for all file system operations using
this access point.
@return [Array<Integer>]

@see docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/PosixUser AWS API Documentation

Constants

SENSITIVE