PosixUser
public struct PosixUser : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The POSIX group ID used for all file system operations using this access point.
Declaration
Swift
public let gid: Int64
-
Secondary POSIX group IDs used for all file system operations using this access point.
Declaration
Swift
public let secondaryGids: [Int64]?
-
The POSIX user ID used for all file system operations using this access point.
Declaration
Swift
public let uid: Int64
-
Undocumented
Declaration
Swift
public init(gid: Int64, secondaryGids: [Int64]? = nil, uid: Int64)
-
Declaration
Swift
public func validate(name: String) throws