Class: Aws::Types::SecurityHubConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SecurityHubConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#publish_classification_findings ⇒ Boolean
Returns the value of attribute publish_classification_findings.
-
#publish_policy_findings ⇒ Boolean
Returns the value of attribute publish_policy_findings.
Instance Attribute Details
#publish_classification_findings ⇒ Boolean
Returns the value of attribute publish_classification_findings.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def publish_classification_findings @publish_classification_findings end |
#publish_policy_findings ⇒ Boolean
Returns the value of attribute publish_policy_findings.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def publish_policy_findings @publish_policy_findings end |