LaunchTemplateBlockDeviceMapping
public struct LaunchTemplateBlockDeviceMapping : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The device name.
Declaration
Swift
public let deviceName: String?
-
Information about the block device for an EBS volume.
Declaration
Swift
public let ebs: LaunchTemplateEbsBlockDevice?
-
Suppresses the specified device included in the block device mapping of the AMI.
Declaration
Swift
public let noDevice: String?
-
The virtual device name (ephemeralN).
Declaration
Swift
public let virtualName: String?
-
Undocumented
Declaration
Swift
public init(deviceName: String? = nil, ebs: LaunchTemplateEbsBlockDevice? = nil, noDevice: String? = nil, virtualName: String? = nil)