AttachedDisk
public struct AttachedDisk : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The path of the disk (e.g., /dev/xvdf).
Declaration
Swift
public let path: String?
-
The size of the disk in GB.
Declaration
Swift
public let sizeInGb: Int?
-
Undocumented
Declaration
Swift
public init(path: String? = nil, sizeInGb: Int? = nil)