You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::UpdateSecurityHubConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateSecurityHubConfigurationRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  auto_enable_controls: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#auto_enable_controlsBoolean

Whether to automatically enable new controls when they are added to standards that are enabled.

By default, this is set to true, and new controls are enabled automatically. To not automatically enable new controls, set this to false.

Returns:

  • (Boolean)

    Whether to automatically enable new controls when they are added to standards that are enabled.