Class: Aws::Types::EnableSecurityHubRequest
- Inherits:
-
Object
- Object
- Aws::Types::EnableSecurityHubRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#control_finding_generator ⇒ "STANDARD_CONTROL", "SECURITY_CONTROL"
Returns the value of attribute control_finding_generator.
-
#enable_default_standards ⇒ Boolean
Returns the value of attribute enable_default_standards.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#control_finding_generator ⇒ "STANDARD_CONTROL", "SECURITY_CONTROL"
Returns the value of attribute control_finding_generator.
5684 5685 5686 |
# File 'sig/types.rbs', line 5684 def control_finding_generator @control_finding_generator end |
#enable_default_standards ⇒ Boolean
Returns the value of attribute enable_default_standards.
5683 5684 5685 |
# File 'sig/types.rbs', line 5683 def enable_default_standards @enable_default_standards end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
5682 5683 5684 |
# File 'sig/types.rbs', line 5682 def @tags end |