Class: Aws::Types::RegistryScanningConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RegistryScanningConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rules ⇒ ::Array[Types::RegistryScanningRule]
Returns the value of attribute rules.
-
#scan_type ⇒ "BASIC", "ENHANCED"
Returns the value of attribute scan_type.
Instance Attribute Details
#rules ⇒ ::Array[Types::RegistryScanningRule]
Returns the value of attribute rules.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def rules @rules end |
#scan_type ⇒ "BASIC", "ENHANCED"
Returns the value of attribute scan_type.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def scan_type @scan_type end |