InstanceBlockDeviceMapping
public struct InstanceBlockDeviceMapping : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The device name (for example, /dev/sdh or xvdh).
Declaration
Swift
public let deviceName: String? -
Parameters used to automatically set up EBS volumes when the instance is launched.
Declaration
Swift
public let ebs: EbsInstanceBlockDevice? -
Undocumented
Declaration
Swift
public init(deviceName: String? = nil, ebs: EbsInstanceBlockDevice? = nil)
View on GitHub
InstanceBlockDeviceMapping Structure Reference