CreationInfo
public struct CreationInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the POSIX group ID to apply to the RootDirectory. Accepts values from 0 to 2^32 (4294967295).
Declaration
Swift
public let ownerGid: Int64
-
Specifies the POSIX user ID to apply to the RootDirectory. Accepts values from 0 to 2^32 (4294967295).
Declaration
Swift
public let ownerUid: Int64
-
Specifies the POSIX permissions to apply to the RootDirectory, in the format of an octal number representing the file’s mode bits.
Declaration
Swift
public let permissions: String
-
Undocumented
Declaration
Swift
public init(ownerGid: Int64, ownerUid: Int64, permissions: String)
-
Declaration
Swift
public func validate(name: String) throws