Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataMaintenanceOptionsDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#auto_recoveryString

Disables the automatic recovery behavior of your instance or sets it to default.

Returns:

  • (String)


7760
7761
7762
7763
7764
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7760

class AwsEc2LaunchTemplateDataMaintenanceOptionsDetails < Struct.new(
  :auto_recovery)
  SENSITIVE = []
  include Aws::Structure
end