Class: Aws::Types::RepositoryScanningConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RepositoryScanningConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#applied_scan_filters ⇒ ::Array[Types::ScanningRepositoryFilter]
Returns the value of attribute applied_scan_filters.
-
#repository_arn ⇒ ::String
Returns the value of attribute repository_arn.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#scan_frequency ⇒ "SCAN_ON_PUSH", ...
Returns the value of attribute scan_frequency.
-
#scan_on_push ⇒ Boolean
Returns the value of attribute scan_on_push.
Instance Attribute Details
#applied_scan_filters ⇒ ::Array[Types::ScanningRepositoryFilter]
Returns the value of attribute applied_scan_filters.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def applied_scan_filters @applied_scan_filters end |
#repository_arn ⇒ ::String
Returns the value of attribute repository_arn.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def repository_arn @repository_arn end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def repository_name @repository_name end |
#scan_frequency ⇒ "SCAN_ON_PUSH", ...
Returns the value of attribute scan_frequency.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def scan_frequency @scan_frequency end |
#scan_on_push ⇒ Boolean
Returns the value of attribute scan_on_push.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def scan_on_push @scan_on_push end |