AWSEC2HibernationOptions

Objective-C

@interface AWSEC2HibernationOptions

Swift

class AWSEC2HibernationOptions

Indicates whether your instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. For more information, see Hibernate your instance in the Amazon EC2 User Guide.

  • If true, your 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 }