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)


7308
7309
7310
7311
7312
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7308

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