AWSEC2InstanceMaintenanceOptionsRequest
Objective-C
@interface AWSEC2InstanceMaintenanceOptionsRequest
Swift
class AWSEC2InstanceMaintenanceOptionsRequest
The maintenance options for the instance.
-
Disables the automatic recovery behavior of your instance or sets it to default. For more information, see Simplified automatic recovery.
Declaration
Objective-C
@property (nonatomic) AWSEC2InstanceAutoRecoveryState autoRecovery;
Swift
var autoRecovery: AWSEC2InstanceAutoRecoveryState { get set }