Class: Aws::EC2::Types::LaunchTemplateHibernationOptions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::LaunchTemplateHibernationOptions
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Indicates whether an instance is configured for hibernation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #configured  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If this parameter is set to ‘true`, the instance is enabled for hibernation; otherwise, it is not enabled for hibernation.
 
Instance Attribute Details
#configured ⇒ Boolean
If this parameter is set to ‘true`, the instance is enabled for hibernation; otherwise, it is not enabled for hibernation.
      47939 47940 47941 47942 47943  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47939 class LaunchTemplateHibernationOptions < Struct.new( :configured) SENSITIVE = [] include Aws::Structure end  |