Class: Aws::FSx::Types::OpenZFSFileSystemIdentity
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::OpenZFSFileSystemIdentity
- Includes:
- Structure
- Defined in:
- 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.
7964 7965 7966 7967 7968 7969 |
# File 'lib/aws-sdk-fsx/types.rb', line 7964 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`.
7964 7965 7966 7967 7968 7969 |
# File 'lib/aws-sdk-fsx/types.rb', line 7964 class OpenZFSFileSystemIdentity < Struct.new( :type, :posix_user) SENSITIVE = [] include Aws::Structure end |