Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataEnclaveOptionsDetails

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

Returns:

  • (Boolean)


6936
6937
6938
6939
6940
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6936

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