AWSEC2EbsInstanceBlockDeviceSpecification
Objective-C
@interface AWSEC2EbsInstanceBlockDeviceSpecification
Swift
class AWSEC2EbsInstanceBlockDeviceSpecification
Describes information used to set up an EBS volume specified in a block device mapping.
-
Indicates whether the volume is deleted on instance termination.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable deleteOnTermination;
Swift
var deleteOnTermination: NSNumber? { get set }
-
The ID of the EBS volume.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable volumeId;
Swift
var volumeId: String? { get set }