Class: Aws::Types::UpdateSecurityHubConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSecurityHubConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_enable_controls ⇒ Boolean
Returns the value of attribute auto_enable_controls.
-
#control_finding_generator ⇒ "STANDARD_CONTROL", "SECURITY_CONTROL"
Returns the value of attribute control_finding_generator.
Instance Attribute Details
#auto_enable_controls ⇒ Boolean
Returns the value of attribute auto_enable_controls.
8082 8083 8084 |
# File 'sig/types.rbs', line 8082 def auto_enable_controls @auto_enable_controls end |
#control_finding_generator ⇒ "STANDARD_CONTROL", "SECURITY_CONTROL"
Returns the value of attribute control_finding_generator.
8083 8084 8085 |
# File 'sig/types.rbs', line 8083 def control_finding_generator @control_finding_generator end |