Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataEnclaveOptionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataEnclaveOptionsDetails
- Includes:
- Aws::Structure
- Defined in:
- 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.
7311 7312 7313 7314 7315 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7311 class AwsEc2LaunchTemplateDataEnclaveOptionsDetails < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |