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.
7933 7934 7935 7936 7937 7938 7939 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7933 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.
7933 7934 7935 7936 7937 7938 7939 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7933 class OpenZFSPosixFileSystemUser < Struct.new( :uid, :gid, :secondary_gids) SENSITIVE = [] include Aws::Structure end |
#uid ⇒ Integer
The UID of the file system user.
7933 7934 7935 7936 7937 7938 7939 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7933 class OpenZFSPosixFileSystemUser < Struct.new( :uid, :gid, :secondary_gids) SENSITIVE = [] include Aws::Structure end |