Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataHibernationOptionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataHibernationOptionsDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Specifies whether your Amazon EC2 instance is configured for hibernation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configured ⇒ Boolean
If you set this parameter to ‘true`, the instance is enabled for hibernation.
Instance Attribute Details
#configured ⇒ Boolean
If you set this parameter to ‘true`, the instance is enabled for hibernation.
7327 7328 7329 7330 7331 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7327 class AwsEc2LaunchTemplateDataHibernationOptionsDetails < Struct.new( :configured) SENSITIVE = [] include Aws::Structure end |