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)


7318
7319
7320
7321
7322
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7318

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