Class: Aws::Types::ProjectContinuousIntegrationScanConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ProjectContinuousIntegrationScanConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rule_set_categories ⇒ ::Array[("SAST" | "IAC" | "SCA")]
Returns the value of attribute rule_set_categories.
-
#supported_event ⇒ "PULL_REQUEST", "PUSH"
Returns the value of attribute supported_event.
Instance Attribute Details
#rule_set_categories ⇒ ::Array[("SAST" | "IAC" | "SCA")]
Returns the value of attribute rule_set_categories.
2311 2312 2313 |
# File 'sig/types.rbs', line 2311 def rule_set_categories @rule_set_categories end |
#supported_event ⇒ "PULL_REQUEST", "PUSH"
Returns the value of attribute supported_event.
2310 2311 2312 |
# File 'sig/types.rbs', line 2310 def supported_event @supported_event end |