AWSEC2LaunchTemplateHibernationOptions

Objective-C

@interface AWSEC2LaunchTemplateHibernationOptions

Swift

class AWSEC2LaunchTemplateHibernationOptions

Indicates whether an instance is configured for hibernation.

  • If this parameter is set to true, the instance is enabled for hibernation; otherwise, it is not enabled for hibernation.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable configured;

    Swift

    var configured: NSNumber? { get set }