InstanceBlockDeviceMapping
public struct InstanceBlockDeviceMapping : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The device to which these mappings apply.
Declaration
Swift
public let deviceName: String?
-
Use to manage Amazon EBS-specific configuration for this mapping.
Declaration
Swift
public let ebs: EbsInstanceBlockDeviceSpecification?
-
Use to remove a mapping from the parent image.
Declaration
Swift
public let noDevice: String?
-
Use to manage instance ephemeral devices.
Declaration
Swift
public let virtualName: String?
-
Undocumented
Declaration
Swift
public init(deviceName: String? = nil, ebs: EbsInstanceBlockDeviceSpecification? = nil, noDevice: String? = nil, virtualName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws