Class: Aws::EC2::Types::LaunchTemplateEnclaveOptions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::LaunchTemplateEnclaveOptions
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If this parameter is set to ‘true`, the instance is enabled for Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro Enclaves.
 
Instance Attribute Details
#enabled ⇒ Boolean
If this parameter is set to ‘true`, the instance is enabled for Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro Enclaves.
      47902 47903 47904 47905 47906  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47902 class LaunchTemplateEnclaveOptions < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end  |