AWSEC2VolumeAttachment
Objective-C
@interface AWSEC2VolumeAttachment
Swift
class AWSEC2VolumeAttachment
Describes volume attachment details.
-
The time stamp when the attachment initiated.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable attachTime;
Swift
var attachTime: Date? { get set }
-
Indicates whether the EBS volume is deleted on instance termination.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable deleteOnTermination;
Swift
var deleteOnTermination: NSNumber? { get set }
-
The device name.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable device;
Swift
var device: String? { get set }
-
The ID of the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;
Swift
var instanceId: String? { get set }
-
The attachment state of the volume.
Declaration
Objective-C
@property (nonatomic) AWSEC2VolumeAttachmentState state;
Swift
var state: AWSEC2VolumeAttachmentState { get set }
-
The ID of the volume.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable volumeId;
Swift
var volumeId: String? { get set }