Class: Aws::Types::CodeSecurityScanConfigurationSummary
- Inherits:
-
Object
- Object
- Aws::Types::CodeSecurityScanConfigurationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#continuous_integration_scan_supported_events ⇒ ::Array[("PULL_REQUEST" | "PUSH")]
Returns the value of attribute continuous_integration_scan_supported_events.
-
#frequency_expression ⇒ ::String
Returns the value of attribute frequency_expression.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
-
#periodic_scan_frequency ⇒ "WEEKLY", ...
Returns the value of attribute periodic_scan_frequency.
-
#rule_set_categories ⇒ ::Array[("SAST" | "IAC" | "SCA")]
Returns the value of attribute rule_set_categories.
-
#scan_configuration_arn ⇒ ::String
Returns the value of attribute scan_configuration_arn.
-
#scope_settings ⇒ Types::ScopeSettings
Returns the value of attribute scope_settings.
Instance Attribute Details
#continuous_integration_scan_supported_events ⇒ ::Array[("PULL_REQUEST" | "PUSH")]
Returns the value of attribute continuous_integration_scan_supported_events.
742 743 744 |
# File 'sig/types.rbs', line 742 def continuous_integration_scan_supported_events @continuous_integration_scan_supported_events end |
#frequency_expression ⇒ ::String
Returns the value of attribute frequency_expression.
741 742 743 |
# File 'sig/types.rbs', line 741 def frequency_expression @frequency_expression end |
#name ⇒ ::String
Returns the value of attribute name.
738 739 740 |
# File 'sig/types.rbs', line 738 def name @name end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
739 740 741 |
# File 'sig/types.rbs', line 739 def owner_account_id @owner_account_id end |
#periodic_scan_frequency ⇒ "WEEKLY", ...
Returns the value of attribute periodic_scan_frequency.
740 741 742 |
# File 'sig/types.rbs', line 740 def periodic_scan_frequency @periodic_scan_frequency end |
#rule_set_categories ⇒ ::Array[("SAST" | "IAC" | "SCA")]
Returns the value of attribute rule_set_categories.
743 744 745 |
# File 'sig/types.rbs', line 743 def rule_set_categories @rule_set_categories end |
#scan_configuration_arn ⇒ ::String
Returns the value of attribute scan_configuration_arn.
737 738 739 |
# File 'sig/types.rbs', line 737 def scan_configuration_arn @scan_configuration_arn end |
#scope_settings ⇒ Types::ScopeSettings
Returns the value of attribute scope_settings.
744 745 746 |
# File 'sig/types.rbs', line 744 def scope_settings @scope_settings end |