Class: Aws::FSx::Types::OpenZFSFileSystemIdentity
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::OpenZFSFileSystemIdentity
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
Specifies the file system user identity that will be used for authorizing all file access requests that are made using the S3 access point.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#posix_user ⇒ Types::OpenZFSPosixFileSystemUser
Specifies the UID and GIDs of the file system POSIX user.
-
#type ⇒ String
Specifies the FSx for OpenZFS user identity type, accepts only
POSIX
.
Instance Attribute Details
#posix_user ⇒ Types::OpenZFSPosixFileSystemUser
Specifies the UID and GIDs of the file system POSIX user.
7793 7794 7795 7796 7797 7798 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7793 class OpenZFSFileSystemIdentity < Struct.new( :type, :posix_user) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Specifies the FSx for OpenZFS user identity type, accepts only
POSIX
.
7793 7794 7795 7796 7797 7798 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7793 class OpenZFSFileSystemIdentity < Struct.new( :type, :posix_user) SENSITIVE = [] include Aws::Structure end |