You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::EnclaveOptionsRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::EnclaveOptionsRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing EnclaveOptionsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  enabled: false,
}
Indicates whether the instance is enabled for AWS Nitro Enclaves. For more information, see What is AWS Nitro Enclaves? in the AWS Nitro Enclaves User Guide.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    To enable the instance for AWS Nitro Enclaves, set this parameter to true.
Instance Attribute Details
#enabled ⇒ Boolean
To enable the instance for AWS Nitro Enclaves, set this parameter to
true.