LinuxParameters
public struct LinuxParameters : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Any host devices to expose to the container. This parameter maps to Devices in the Create a container section of the Docker Remote API and the –device option to docker run.
Declaration
Swift
public let devices: [Device]?
-
Undocumented
Declaration
Swift
public init(devices: [Device]? = nil)