MountPoint
public struct MountPoint : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The path on the container at which to mount the host volume.
Declaration
Swift
public let containerPath: String? -
If this value is true, the container has read-only access to the volume; otherwise, the container can write to the volume. The default value is false.
Declaration
Swift
public let readOnly: Bool? -
The name of the volume to mount.
Declaration
Swift
public let sourceVolume: String? -
Undocumented
Declaration
Swift
public init(containerPath: String? = nil, readOnly: Bool? = nil, sourceVolume: String? = nil)
View on GitHub
MountPoint Structure Reference