Class: Aws::FSx::Types::OpenZFSFileSystemIdentity

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#posix_userTypes::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

#typeString

Specifies the FSx for OpenZFS user identity type, accepts only POSIX.

Returns:

  • (String)


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