AWSEC2InstanceSpecification
Objective-C
@interface AWSEC2InstanceSpecification
Swift
class AWSEC2InstanceSpecification
The instance details to specify which volumes should be snapshotted.
-
Excludes the root volume from being snapshotted.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable excludeBootVolume;
Swift
var excludeBootVolume: NSNumber? { get set }
-
The instance to specify which volumes should be snapshotted.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;
Swift
var instanceId: String? { get set }