VolumeAttachment
public struct VolumeAttachment : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The time stamp when the attachment initiated.
Declaration
Swift
public let attachTime: TimeStamp? -
Indicates whether the EBS volume is deleted on instance termination.
Declaration
Swift
public let deleteOnTermination: Bool? -
The device name.
Declaration
Swift
public let device: String? -
The ID of the instance.
Declaration
Swift
public let instanceId: String? -
The attachment state of the volume.
Declaration
Swift
public let state: VolumeAttachmentState? -
The ID of the volume.
Declaration
Swift
public let volumeId: String? -
Undocumented
Declaration
Swift
public init(attachTime: TimeStamp? = nil, deleteOnTermination: Bool? = nil, device: String? = nil, instanceId: String? = nil, state: VolumeAttachmentState? = nil, volumeId: String? = nil)
View on GitHub
VolumeAttachment Structure Reference