Class: Aws::FSx::Types::OpenZFSPosixFileSystemUser
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::OpenZFSPosixFileSystemUser
- 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
-
#gid ⇒ Integer
The GID of the file system user.
-
#secondary_gids ⇒ Array<Integer>
The list of secondary GIDs for the file system user.
-
#uid ⇒ Integer
The UID of the file system user.
Instance Attribute Details
#gid ⇒ Integer
The GID of the file system user.
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_gids ⇒ Array<Integer>
The list of secondary GIDs for the file system user.
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 |
#uid ⇒ Integer
The UID of the file system user.
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 |