AWSEC2ModifyInstanceMaintenanceOptionsResult
Objective-C
@interface AWSEC2ModifyInstanceMaintenanceOptionsResult
Swift
class AWSEC2ModifyInstanceMaintenanceOptionsResult
-
Provides information on the current automatic recovery behavior of your instance.
Declaration
Objective-C
@property (nonatomic) AWSEC2InstanceAutoRecoveryState autoRecovery;
Swift
var autoRecovery: AWSEC2InstanceAutoRecoveryState { get set }
-
The ID of the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;
Swift
var instanceId: String? { get set }