AwsEc2VolumeAttachment
public struct AwsEc2VolumeAttachment : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The datetime when the attachment initiated.
Declaration
Swift
public let attachTime: String? -
Whether the EBS volume is deleted when the EC2 instance is terminated.
Declaration
Swift
public let deleteOnTermination: Bool? -
The identifier of the EC2 instance.
Declaration
Swift
public let instanceId: String? -
The attachment state of the volume.
Declaration
Swift
public let status: String? -
Undocumented
Declaration
Swift
public init(attachTime: String? = nil, deleteOnTermination: Bool? = nil, instanceId: String? = nil, status: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AwsEc2VolumeAttachment Structure Reference