AWSEC2LaunchTemplateHibernationOptionsRequest
Objective-C
@interface AWSEC2LaunchTemplateHibernationOptionsRequest
Swift
class AWSEC2LaunchTemplateHibernationOptionsRequest
Indicates whether the instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites.
-
If you set this parameter to
true, the instance is enabled for hibernation.Default:
falseDeclaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable configured;Swift
var configured: NSNumber? { get set }
View on GitHub
Install in Dash
AWSEC2LaunchTemplateHibernationOptionsRequest Class Reference