DiskMap
public struct DiskMap : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The new disk name (e.g., my-new-disk).
Declaration
Swift
public let newDiskName: String? -
The original disk path exposed to the instance (for example, /dev/sdh).
Declaration
Swift
public let originalDiskPath: String? -
Undocumented
Declaration
Swift
public init(newDiskName: String? = nil, originalDiskPath: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DiskMap Structure Reference