Class: Aws::EC2::Types::LaunchTemplateEnclaveOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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

Instance Attribute Details

#enabledBoolean

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.

Returns:

  • (Boolean)


44389
44390
44391
44392
44393
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44389

class LaunchTemplateEnclaveOptions < Struct.new(
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end