Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataMaintenanceOptionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataMaintenanceOptionsDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The maintenance options of an Amazon EC2 instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_recovery ⇒ String
Disables the automatic recovery behavior of your instance or sets it to default.
Instance Attribute Details
#auto_recovery ⇒ String
Disables the automatic recovery behavior of your instance or sets it to default.
7763 7764 7765 7766 7767 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7763 class AwsEc2LaunchTemplateDataMaintenanceOptionsDetails < Struct.new( :auto_recovery) SENSITIVE = [] include Aws::Structure end |