Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataEnclaveOptionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataEnclaveOptionsDetails
- 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
-
#enabled ⇒ Boolean
If this parameter is set to
true
, the instance is enabled for Amazon Web Services Nitro Enclaves.
Instance Attribute Details
#enabled ⇒ Boolean
If this parameter is set to true
, the instance is enabled for
Amazon Web Services Nitro Enclaves.
7012 7013 7014 7015 7016 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7012 class AwsEc2LaunchTemplateDataEnclaveOptionsDetails < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |