Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataMaintenanceOptionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataMaintenanceOptionsDetails
- Defined in:
- gems/aws-sdk-securityhub/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.
7894 7895 7896 7897 7898 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7894 class AwsEc2LaunchTemplateDataMaintenanceOptionsDetails < Struct.new( :auto_recovery) SENSITIVE = [] include Aws::Structure end |