AWSEC2InstanceMaintenanceOptions
Objective-C
@interface AWSEC2InstanceMaintenanceOptions
Swift
class AWSEC2InstanceMaintenanceOptions
The maintenance options for the instance.
-
Provides information on the current automatic recovery behavior of your instance.
Declaration
Objective-C
@property (nonatomic) AWSEC2InstanceAutoRecoveryState autoRecovery;
Swift
var autoRecovery: AWSEC2InstanceAutoRecoveryState { get set }