You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::LaunchTemplateEnclaveOptionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing LaunchTemplateEnclaveOptionsRequest 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

Instance Attribute Details

#enabledBoolean

To enable the instance for AWS Nitro Enclaves, set this parameter to true.

Returns:

  • (Boolean)

    To enable the instance for AWS Nitro Enclaves, set this parameter to true.