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
- Struct
- Aws::SecurityHub::Types::UpdateSecurityHubConfigurationRequest
- 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
-
#auto_enable_controls ⇒ Boolean
Whether to automatically enable new controls when they are added to standards that are enabled.
Instance Attribute Details
#auto_enable_controls ⇒ Boolean
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
.