Class: Aws::Types::SecurityHubPolicy
- Inherits:
-
Object
- Object
- Aws::Types::SecurityHubPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled_standard_identifiers ⇒ ::Array[::String]
Returns the value of attribute enabled_standard_identifiers.
-
#security_controls_configuration ⇒ Types::SecurityControlsConfiguration
Returns the value of attribute security_controls_configuration.
-
#service_enabled ⇒ Boolean
Returns the value of attribute service_enabled.
Instance Attribute Details
#enabled_standard_identifiers ⇒ ::Array[::String]
Returns the value of attribute enabled_standard_identifiers.
7534 7535 7536 |
# File 'sig/types.rbs', line 7534 def enabled_standard_identifiers @enabled_standard_identifiers end |
#security_controls_configuration ⇒ Types::SecurityControlsConfiguration
Returns the value of attribute security_controls_configuration.
7535 7536 7537 |
# File 'sig/types.rbs', line 7535 def security_controls_configuration @security_controls_configuration end |
#service_enabled ⇒ Boolean
Returns the value of attribute service_enabled.
7533 7534 7535 |
# File 'sig/types.rbs', line 7533 def service_enabled @service_enabled end |